Package org.apache.lucene.codecs.memory
Class DirectDocValuesProducer.SortedSetRawValues
java.lang.Object
org.apache.lucene.codecs.memory.DirectDocValuesProducer.SortedSetRawValues
- All Implemented Interfaces:
Accountable
- Enclosing class:
DirectDocValuesProducer
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) DirectDocValuesProducer.NumericRawValues(package private) DirectDocValuesProducer.NumericRawValuesFields 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
-
docToOrdAddress
DirectDocValuesProducer.NumericRawValues docToOrdAddress -
ords
-
-
Constructor Details
-
SortedSetRawValues
SortedSetRawValues()
-
-
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
-