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
-
Field Summary
FieldsFields inherited from interface org.apache.lucene.util.Accountable
NULL_ACCOUNTABLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturn the memory usage of this object in bytes.toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.lucene.util.Accountable
getChildResources
-
Field Details
-
numerics
LegacyNumericDocValues numerics -
bytesUsed
long bytesUsed
-
-
Constructor Details
-
NumericRawValues
NumericRawValues()
-
-
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
-
toString
-