Interface Recycler.V<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isRecycled()
      Whether this instance has been recycled (true) or newly allocated (false).
      T v()
      Reference to the value.
      • Methods inherited from interface org.elasticsearch.common.lease.Releasable

        close
    • Method Detail

      • v

        T v()
        Reference to the value.
      • isRecycled

        boolean isRecycled()
        Whether this instance has been recycled (true) or newly allocated (false).