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 voidclose()longramBytesUsed()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.lucene.util.Accountable
getChildResourcesMethods inherited from interface org.elasticsearch.index.fielddata.LeafFieldData
getBytesValues, getFormattedValues, getScriptValues
-
Constructor Details
-
BinaryScriptLeafFieldData
public BinaryScriptLeafFieldData()
-
-
Method Details
-
ramBytesUsed
public long ramBytesUsed()- Specified by:
ramBytesUsedin interfaceorg.apache.lucene.util.Accountable
-
close
public void close()- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable- Specified by:
closein interfaceorg.elasticsearch.common.lease.Releasable
-