Class FieldCacheImpl.BinaryDocValuesImpl

java.lang.Object
org.apache.solr.uninverting.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
  • Field Summary

    Fields inherited from interface org.apache.lucene.util.Accountable

    NULL_ACCOUNTABLE
  • Constructor Summary

    Constructors
    Constructor
    Description
    BinaryDocValuesImpl(org.apache.lucene.util.PagedBytes.Reader bytes, org.apache.lucene.util.packed.PackedInts.Reader docToOffset, org.apache.lucene.util.Bits docsWithField)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Collection<org.apache.lucene.util.Accountable>
     
    org.apache.lucene.index.BinaryDocValues
     
    long
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • 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 Details

    • 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