Class MinioAsyncClientPooledObjectFactory
java.lang.Object
org.apache.commons.pool2.BaseObject
org.apache.commons.pool2.BasePooledObjectFactory<T>
cn.herodotus.oss.dialect.core.client.AbstractOssClientPooledObjectFactory<MinioAsyncClient>
cn.herodotus.oss.dialect.minio.definition.pool.MinioAsyncClientPooledObjectFactory
- All Implemented Interfaces:
org.apache.commons.pool2.PooledObjectFactory<MinioAsyncClient>
public class MinioAsyncClientPooledObjectFactory
extends AbstractOssClientPooledObjectFactory<MinioAsyncClient>
Description: 扩展的 Minio 异步 Client 池化工厂
- Author:
- : gengwei.zheng
- Date:
- : 2022/7/3 20:25
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class cn.herodotus.oss.dialect.core.client.AbstractOssClientPooledObjectFactory
getOssProperties, wrapMethods inherited from class org.apache.commons.pool2.BasePooledObjectFactory
activateObject, destroyObject, makeObject, passivateObject, validateObjectMethods inherited from class org.apache.commons.pool2.BaseObject
toString, toStringAppendFieldsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.commons.pool2.PooledObjectFactory
destroyObject
-
Constructor Details
-
MinioAsyncClientPooledObjectFactory
-
-
Method Details
-
create
- Specified by:
createin classorg.apache.commons.pool2.BasePooledObjectFactory<MinioAsyncClient>- Throws:
Exception
-