Interface Recycler.V<T>

All Superinterfaces:
AutoCloseable, Closeable, org.elasticsearch.core.Releasable
All Known Implementing Classes:
NoneRecycler.NV
Enclosing interface:
Recycler<T>

public static interface Recycler.V<T> extends org.elasticsearch.core.Releasable
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    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).