Package org.apache.lucene.util.packed
Class DirectMonotonicReader.Meta
java.lang.Object
org.apache.lucene.util.packed.DirectMonotonicReader.Meta
- All Implemented Interfaces:
Accountable
- Enclosing class:
- DirectMonotonicReader
In-memory metadata that needs to be kept around for
DirectMonotonicReader to read data
from disk.-
Field Summary
Fields inherited from interface org.apache.lucene.util.Accountable
NULL_ACCOUNTABLE -
Method Summary
Modifier and TypeMethodDescriptionlongReturn the memory usage of this object in bytes.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.lucene.util.Accountable
getChildResources
-
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
-