Class NoneRecycler.NV<T>
java.lang.Object
org.elasticsearch.common.recycler.NoneRecycler.NV<T>
- All Implemented Interfaces:
Closeable,AutoCloseable,Recycler.V<T>,org.elasticsearch.core.Releasable
- Enclosing class:
- NoneRecycler<T>
-
Method Details
-
v
Description copied from interface:Recycler.VReference to the value.- Specified by:
vin interfaceRecycler.V<T>
-
isRecycled
public boolean isRecycled()Description copied from interface:Recycler.VWhether this instance has been recycled (true) or newly allocated (false).- Specified by:
isRecycledin interfaceRecycler.V<T>
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein interfaceorg.elasticsearch.core.Releasable
-