Package org.apache.lucene.codecs.memory
Class DirectDocValuesProducer.SortedNumericRawValues
- java.lang.Object
-
- org.apache.lucene.codecs.memory.DirectDocValuesProducer.SortedNumericRawValues
-
- All Implemented Interfaces:
Accountable
- Enclosing class:
- DirectDocValuesProducer
static class DirectDocValuesProducer.SortedNumericRawValues extends java.lang.Object implements Accountable
-
-
Field Summary
Fields Modifier and Type Field Description (package private) DirectDocValuesProducer.NumericRawValues
docToAddress
(package private) DirectDocValuesProducer.NumericRawValues
values
-
Constructor Summary
Constructors Constructor Description SortedNumericRawValues()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<Accountable>
getChildResources()
Returns nested resources of this class.long
ramBytesUsed()
Return the memory usage of this object in bytes.java.lang.String
toString()
-
-
-
Field Detail
-
docToAddress
DirectDocValuesProducer.NumericRawValues docToAddress
-
values
DirectDocValuesProducer.NumericRawValues values
-
-
Method Detail
-
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
public java.util.Collection<Accountable> 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:
Accountables
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-