Interface Recycler.V<T>
- All Superinterfaces:
AutoCloseable
,Closeable
,Releasable
- All Known Implementing Classes:
NoneRecycler.NV
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Whether this instance has been recycled (true) or newly allocated (false).v()
Reference to the value.Methods inherited from interface org.elasticsearch.core.Releasable
close
-
Method Details
-
v
T v()Reference to the value. -
isRecycled
boolean isRecycled()Whether this instance has been recycled (true) or newly allocated (false).
-