Class Lucene99FlatVectorsReader.FieldEntry

    • Field Detail

      • SHALLOW_SIZE

        private static final long SHALLOW_SIZE
      • dimension

        final int dimension
      • vectorDataOffset

        final long vectorDataOffset
      • vectorDataLength

        final long vectorDataLength
      • size

        final int size
    • 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