Class OffHeapVectorValues

    • Field Detail

      • dimension

        protected final int dimension
      • size

        protected final int size
      • binaryValue

        protected final BytesRef binaryValue
      • byteBuffer

        protected final java.nio.ByteBuffer byteBuffer
      • byteSize

        protected final int byteSize
      • value

        protected final float[] value
    • Constructor Detail

      • OffHeapVectorValues

        OffHeapVectorValues​(int dimension,
                            int size,
                            IndexInput slice)