Class BytesRefRecycler

java.lang.Object
org.elasticsearch.transport.BytesRefRecycler
All Implemented Interfaces:
Recycler<org.apache.lucene.util.BytesRef>

public class BytesRefRecycler extends Object implements Recycler<org.apache.lucene.util.BytesRef>
  • Field Details

    • NON_RECYCLING_INSTANCE

      public static final BytesRefRecycler NON_RECYCLING_INSTANCE
  • Constructor Details

  • Method Details

    • obtain

      public Recycler.V<org.apache.lucene.util.BytesRef> obtain()
      Specified by:
      obtain in interface Recycler<org.apache.lucene.util.BytesRef>