Package com.mongodb.internal.connection
Interface ConcurrentPool.ItemFactory<T>
- Type Parameters:
T
-
- Enclosing class:
ConcurrentPool<T>
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
Factory for creating and closing pooled items.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.create
(boolean initialize) Deprecated.shouldPrune
(T t) Deprecated.
-
Method Details
-
create
Deprecated. -
close
Deprecated. -
shouldPrune
Deprecated.
-