Class AbstractRecyclerC<T>
java.lang.Object
org.elasticsearch.common.recycler.AbstractRecyclerC<T>
- All Implemented Interfaces:
Recycler.C<T>
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
AbstractRecyclerC
public AbstractRecyclerC()
-
-
Method Details
-
newInstance
Description copied from interface:Recycler.C
Create a new empty instance of the given size.- Specified by:
newInstance
in interfaceRecycler.C<T>
-
recycle
Description copied from interface:Recycler.C
Recycle the data. This operation is called when the data structure is released.- Specified by:
recycle
in interfaceRecycler.C<T>
-
destroy
Description copied from interface:Recycler.C
Destroy the data. This operation allows the data structure to release any internal resources before GC.- Specified by:
destroy
in interfaceRecycler.C<T>
-