Module org.elasticsearch.server
Interface DirectIOIndexInputSupplier
public interface DirectIOIndexInputSupplier
A hook for
DirectIOLucene99FlatVectorsReader to specify the input should be opened using DirectIO.
Remove when IOContext allows more extensible payloads to be specified.-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.lucene.store.IndexInputopenInputDirect(String name, org.apache.lucene.store.IOContext context)
-
Method Details
-
openInputDirect
org.apache.lucene.store.IndexInput openInputDirect(String name, org.apache.lucene.store.IOContext context) throws IOException - Throws:
IOException
-