Module org.elasticsearch.server
Class DirectIOCapableFlatVectorsFormat.DirectIOContext
java.lang.Object
org.elasticsearch.index.codec.vectors.DirectIOCapableFlatVectorsFormat.DirectIOContext
- All Implemented Interfaces:
org.apache.lucene.store.IOContext
- Enclosing class:
DirectIOCapableFlatVectorsFormat
protected static class DirectIOCapableFlatVectorsFormat.DirectIOContext
extends Object
implements org.apache.lucene.store.IOContext
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.lucene.store.IOContext
org.apache.lucene.store.IOContext.Context, org.apache.lucene.store.IOContext.FileOpenHint -
Field Summary
Fields inherited from interface org.apache.lucene.store.IOContext
DEFAULT, READONCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.lucene.store.IOContext.Contextcontext()org.apache.lucene.store.FlushInfoSet<org.apache.lucene.store.IOContext.FileOpenHint> hints()org.apache.lucene.store.MergeInfoorg.apache.lucene.store.IOContextwithHints(org.apache.lucene.store.IOContext.FileOpenHint... hints) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.lucene.store.IOContext
hints
-
Constructor Details
-
DirectIOContext
-
-
Method Details
-
context
public org.apache.lucene.store.IOContext.Context context()- Specified by:
contextin interfaceorg.apache.lucene.store.IOContext
-
mergeInfo
public org.apache.lucene.store.MergeInfo mergeInfo()- Specified by:
mergeInfoin interfaceorg.apache.lucene.store.IOContext
-
flushInfo
public org.apache.lucene.store.FlushInfo flushInfo()- Specified by:
flushInfoin interfaceorg.apache.lucene.store.IOContext
-
hints
- Specified by:
hintsin interfaceorg.apache.lucene.store.IOContext
-
withHints
public org.apache.lucene.store.IOContext withHints(org.apache.lucene.store.IOContext.FileOpenHint... hints) - Specified by:
withHintsin interfaceorg.apache.lucene.store.IOContext
-