Uses of Interface
com.yandex.ydb.table.impl.pool.PooledObjectHandler
-
Packages that use PooledObjectHandler Package Description com.yandex.ydb.table.impl.pool -
-
Uses of PooledObjectHandler in com.yandex.ydb.table.impl.pool
Constructors in com.yandex.ydb.table.impl.pool with parameters of type PooledObjectHandler Constructor Description FixedAsyncPool(PooledObjectHandler<T> handler, int minSize, int maxSize, int waitQueueMaxSize, long keepAliveTimeMillis, long maxIdleTimeMillis)SettlersPool(PooledObjectHandler<T> handler, FixedAsyncPool<T> mainPool, int maxKeepAliveCount, int keepAliveTimeMillis)
-