Package org.apache.lucene.codecs.memory
Class DirectDocValuesProducer.NumericRawValues
- java.lang.Object
-
- org.apache.lucene.codecs.memory.DirectDocValuesProducer.NumericRawValues
-
- All Implemented Interfaces:
Accountable
- Enclosing class:
- DirectDocValuesProducer
static class DirectDocValuesProducer.NumericRawValues extends java.lang.Object implements Accountable
-
-
Field Summary
Fields Modifier and Type Field Description (package private) long
bytesUsed
(package private) LegacyNumericDocValues
numerics
-
Fields inherited from interface org.apache.lucene.util.Accountable
NULL_ACCOUNTABLE
-
-
Constructor Summary
Constructors Constructor Description NumericRawValues()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
ramBytesUsed()
Return the memory usage of this object in bytes.java.lang.String
toString()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.lucene.util.Accountable
getChildResources
-
-
-
-
Field Detail
-
numerics
LegacyNumericDocValues numerics
-
bytesUsed
long bytesUsed
-
-
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
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-