Module org.elasticsearch.server
Interface OffHeapStats
- 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 TypeMethodDescriptiongetOffHeapByteSize(org.apache.lucene.index.FieldInfo fieldInfo)
-
Method Details
-
getOffHeapByteSize
-