Class MinioClientPooledObjectFactory
java.lang.Object
org.apache.commons.pool2.BaseObject
org.apache.commons.pool2.BasePooledObjectFactory<T>
cn.herodotus.oss.dialect.core.client.AbstractOssClientPooledObjectFactory<io.minio.MinioClient>
cn.herodotus.oss.dialect.minio.definition.pool.MinioClientPooledObjectFactory
- All Implemented Interfaces:
org.apache.commons.pool2.PooledObjectFactory<io.minio.MinioClient>
public class MinioClientPooledObjectFactory
extends AbstractOssClientPooledObjectFactory<io.minio.MinioClient>
Description: Minio 基础 Client 池化工厂
- Author:
- : gengwei.zheng
- Date:
- : 2022/7/3 20:21
-
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
-
MinioClientPooledObjectFactory
-
-
Method Details
-
create
- Specified by:
createin classorg.apache.commons.pool2.BasePooledObjectFactory<io.minio.MinioClient>- Throws:
Exception
-