com.alogic.blob.service.servant.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of alogic-blob Show documentation
Show all versions of alogic-blob Show documentation
BLOB(binary large object),二进制大对象存储框架
<?xml version="1.0" encoding="UTF-8"?> <catalog name="root"> <catalog name="blob"> <service id = "Download" name="Download" note="下载Blob文件" visible="protected" log = "brief" module="com.alogic.blob.service.Download"> <properties> <parameter id="servant.maxActive" value="200"/> <parameter id="servant.maxIdle" value="5"/> </properties> </service> <service id = "Upload" name="Upload" note="上传Blob文件" visible="protected" log = "brief" module="com.alogic.blob.service.Upload"> <properties> <parameter id="servant.maxActive" value="200"/> <parameter id="servant.maxIdle" value="5"/> </properties> </service> <service id = "Report" name="Report" note="查询使用情况" visible="protected" log = "brief" module="com.alogic.blob.service.BlobReport"> <properties> <parameter id="servant.maxActive" value="2"/> <parameter id="servant.maxIdle" value="1"/> </properties> </service> </catalog> </catalog>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy