Class LeafLongFieldData

java.lang.Object
org.elasticsearch.index.fielddata.plain.LeafLongFieldData
All Implemented Interfaces:
Closeable, AutoCloseable, org.apache.lucene.util.Accountable, org.elasticsearch.core.Releasable, LeafFieldData, LeafNumericFieldData
Direct Known Subclasses:
BooleanScriptFieldData.BooleanScriptLeafFieldData, DateScriptFieldData.DateScriptLeafFieldData, LongScriptFieldData.LongScriptLeafFieldData, SortedNumericIndexFieldData.NanoSecondFieldData

public abstract class LeafLongFieldData extends Object implements LeafNumericFieldData
Specialization of LeafNumericFieldData for integers.