Class DirectDocValuesProducer.BinaryRawValues

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int[] address  
      (package private) byte[] bytes  
    • Constructor Summary

      Constructors 
      Constructor Description
      BinaryRawValues()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Collection<Accountable> getChildResources()
      Returns nested resources of this class.
      long ramBytesUsed()
      Return the memory usage of this object in bytes.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • bytes

        byte[] bytes
      • address

        int[] address
    • Constructor Detail

      • BinaryRawValues

        BinaryRawValues()
    • Method Detail

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

        public java.util.Collection<Accountable> getChildResources()
        Description copied from interface: Accountable
        Returns nested resources of this class. The result should be a point-in-time snapshot (to avoid race conditions).
        Specified by:
        getChildResources in interface Accountable
        See Also:
        Accountables
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object