All Known Implementing Classes:
DefaultIVFVectorsReader, DirectIOLucene99FlatVectorsReader, ES813Int8FlatVectorFormat.ES813FlatVectorReader, ES816BinaryQuantizedVectorsReader, ES818BinaryQuantizedVectorsReader

public interface OffHeapStats
Common interface to unify offHeapByteSize in ES' KnnVectorsReader implementations. Remove once KnnVectorsReaders::getOffHeapByteSize is available.
  • Method Summary

    Modifier and Type
    Method
    Description
    getOffHeapByteSize(org.apache.lucene.index.FieldInfo fieldInfo)
     
  • Method Details

    • getOffHeapByteSize

      Map<String,Long> getOffHeapByteSize(org.apache.lucene.index.FieldInfo fieldInfo)