Package org.apache.lucene.codecs.memory
Class DirectDocValuesProducer.BinaryRawValues
- java.lang.Object
-
- org.apache.lucene.codecs.memory.DirectDocValuesProducer.BinaryRawValues
-
- All Implemented Interfaces:
Accountable
- Enclosing class:
- DirectDocValuesProducer
static class DirectDocValuesProducer.BinaryRawValues extends java.lang.Object implements Accountable
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int[]address(package private) byte[]bytes-
Fields inherited from interface org.apache.lucene.util.Accountable
NULL_ACCOUNTABLE
-
-
Constructor Summary
Constructors Constructor Description BinaryRawValues()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<Accountable>getChildResources()Returns nested resources of this class.longramBytesUsed()Return the memory usage of this object in bytes.java.lang.StringtoString()
-
-
-
Method Detail
-
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
public java.util.Collection<Accountable> 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:
Accountables
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-