Class BinaryScriptFieldData.BinaryScriptLeafFieldData

java.lang.Object
org.elasticsearch.index.fielddata.BinaryScriptFieldData.BinaryScriptLeafFieldData
All Implemented Interfaces:
java.io.Closeable, java.lang.AutoCloseable, org.apache.lucene.util.Accountable, org.elasticsearch.common.lease.Releasable, LeafFieldData
Enclosing class:
BinaryScriptFieldData

public abstract static class BinaryScriptFieldData.BinaryScriptLeafFieldData
extends java.lang.Object
implements LeafFieldData
  • Field Summary

    Fields inherited from interface org.apache.lucene.util.Accountable

    NULL_ACCOUNTABLE
  • Constructor Summary

    Constructors
    Constructor Description
    BinaryScriptLeafFieldData()  
  • Method Summary

    Modifier and Type Method Description
    void close()  
    long ramBytesUsed()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.lucene.util.Accountable

    getChildResources

    Methods inherited from interface org.elasticsearch.index.fielddata.LeafFieldData

    getBytesValues, getFormattedValues, getScriptValues
  • Constructor Details

    • BinaryScriptLeafFieldData

      public BinaryScriptLeafFieldData()
  • Method Details

    • ramBytesUsed

      public long ramBytesUsed()
      Specified by:
      ramBytesUsed in interface org.apache.lucene.util.Accountable
    • close

      public void close()
      Specified by:
      close in interface java.lang.AutoCloseable
      Specified by:
      close in interface java.io.Closeable
      Specified by:
      close in interface org.elasticsearch.common.lease.Releasable