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>
  • 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>