Package io.grpc.internal
Interface ObjectPool<T>
-
- All Known Implementing Classes:
FixedObjectPool,LbPolicyConfiguration.RefCountedChildPolicyWrapper,SharedResourcePool
@ThreadSafe public interface ObjectPool<T>An object pool.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetObject()Get an object from the pool.TreturnObject(java.lang.Object object)Return the object to the pool.
-