Package org.opensearch.common.recycler
Interface Recycler<T>
- All Known Implementing Classes:
ConcurrentDequeRecycler,DequeRecycler,NoneRecycler
public interface Recycler<T>
A recycled object, note, implementations should support calling obtain and then recycle
on different threads.
- Opensearch.internal:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceGeneric for recyclerstatic interfaceBase factory interfacestatic interfaceGeneric releasable -
Method Summary
-
Method Details
-
obtain
Recycler.V<T> obtain()
-