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.long
Return 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:Accountable
Return the memory usage of this object in bytes. Negative values are illegal.- Specified by:
ramBytesUsed
in interfaceAccountable
-
getChildResources
Description copied from interface:Accountable
Returns nested resources of this class. The result should be a point-in-time snapshot (to avoid race conditions).- Specified by:
getChildResources
in interfaceAccountable
- See Also:
-
toString
-