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 for DirectMonotonicReader to read data from disk.
  • Method Details

    • 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 interface Accountable