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
 
 public static class DirectMonotonicReader.Meta extends Object implements Accountable In-memory metadata that needs to be kept around forDirectMonotonicReaderto read data from disk.
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description longramBytesUsed()Return the memory usage of this object in bytes.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.apache.lucene.util.AccountablegetChildResources
 
- 
 
- 
- 
- 
Method Detail- 
ramBytesUsedpublic long ramBytesUsed() Description copied from interface:AccountableReturn the memory usage of this object in bytes. Negative values are illegal.- Specified by:
- ramBytesUsedin interface- Accountable
 
 
- 
 
-