Module org.apache.lucene.codecs
Class VariableGapTermsIndexReader.FieldIndexData
java.lang.Object
org.apache.lucene.codecs.blockterms.VariableGapTermsIndexReader.FieldIndexData
- All Implemented Interfaces:
Accountable
- Enclosing class:
VariableGapTermsIndexReader
private final class VariableGapTermsIndexReader.FieldIndexData
extends Object
implements Accountable
-
Field Summary
FieldsFields inherited from interface org.apache.lucene.util.Accountable
NULL_ACCOUNTABLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns nested resources of this class.longReturn the memory usage of this object in bytes.toString()
-
Field Details
-
fst
-
-
Constructor Details
-
FieldIndexData
- Throws:
IOException
-
-
Method Details
-
ramBytesUsed
public long ramBytesUsed()Description copied from interface:AccountableReturn the memory usage of this object in bytes. Negative values are illegal.- Specified by:
ramBytesUsedin interfaceAccountable
-
getChildResources
Description copied from interface:AccountableReturns nested resources of this class. The result should be a point-in-time snapshot (to avoid race conditions).- Specified by:
getChildResourcesin interfaceAccountable- See Also:
-
toString
-