Package com.mongodb.internal.connection
Interface ConcurrentPool.ItemFactory<T>
-
- Type Parameters:
T
-
- Enclosing class:
- ConcurrentPool<T>
@Deprecated(since="2021-05-27") public static interface ConcurrentPool.ItemFactory<T>
Deprecated.Usage of this API is not supported in AEM as a Cloud Service.Factory for creating and closing pooled items.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
close(T t)
Deprecated.T
create(boolean initialize)
Deprecated.ConcurrentPool.Prune
shouldPrune(T t)
Deprecated.
-
-
-
Method Detail
-
create
T create(boolean initialize)
Deprecated.
-
close
void close(T t)
Deprecated.
-
shouldPrune
ConcurrentPool.Prune shouldPrune(T t)
Deprecated.
-
-