Module org.elasticsearch.server
Class BinaryScriptFieldData.BinaryScriptLeafFieldData
java.lang.Object
org.elasticsearch.index.fielddata.BinaryScriptFieldData.BinaryScriptLeafFieldData
- All Implemented Interfaces:
Closeable
,AutoCloseable
,org.apache.lucene.util.Accountable
,Releasable
,LeafFieldData
- Enclosing class:
- BinaryScriptFieldData
public abstract static class BinaryScriptFieldData.BinaryScriptLeafFieldData
extends Object
implements LeafFieldData
-
Field Summary
Fields inherited from interface org.apache.lucene.util.Accountable
NULL_ACCOUNTABLE
-
Constructor Summary
Constructors -
Method Summary
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
close, getBytesValues, getFormattedValues, getScriptFieldFactory
-
Constructor Details
-
BinaryScriptLeafFieldData
public BinaryScriptLeafFieldData()
-
-
Method Details
-
ramBytesUsed
public long ramBytesUsed()- Specified by:
ramBytesUsed
in interfaceorg.apache.lucene.util.Accountable
-