Class FieldCacheImpl.BinaryDocValuesImpl

  • All Implemented Interfaces:
    org.apache.lucene.util.Accountable
    Enclosing class:
    FieldCacheImpl

    public static class FieldCacheImpl.BinaryDocValuesImpl
    extends Object
    implements org.apache.lucene.util.Accountable
    • Constructor Detail

      • BinaryDocValuesImpl

        public BinaryDocValuesImpl​(org.apache.lucene.util.PagedBytes.Reader bytes,
                                   org.apache.lucene.util.packed.PackedInts.Reader docToOffset,
                                   org.apache.lucene.util.Bits docsWithField)
    • Method Detail

      • iterator

        public org.apache.lucene.index.BinaryDocValues iterator()
      • ramBytesUsed

        public long ramBytesUsed()
        Specified by:
        ramBytesUsed in interface org.apache.lucene.util.Accountable
      • getChildResources

        public Collection<org.apache.lucene.util.Accountable> getChildResources()
        Specified by:
        getChildResources in interface org.apache.lucene.util.Accountable