Uses of Enum Class
org.apache.lucene.store.IOContext.Context
Packages that use IOContext.Context
Package
Description
Misc Directory implementations.
Binary i/o API, used for all index data.
-
Uses of IOContext.Context in org.apache.lucene.misc.store
Methods in org.apache.lucene.misc.store with parameters of type IOContext.ContextModifier and TypeMethodDescriptionprivate IndexOutput
ByteWritesTrackingDirectoryWrapper.createByteTrackingOutput
(IndexOutput output, IOContext.Context context) -
Uses of IOContext.Context in org.apache.lucene.store
Fields in org.apache.lucene.store declared as IOContext.ContextModifier and TypeFieldDescriptionprivate final IOContext.Context
IOContext.context
The field for thecontext
record component.Methods in org.apache.lucene.store that return IOContext.ContextModifier and TypeMethodDescriptionIOContext.context()
Returns the value of thecontext
record component.static IOContext.Context
Returns the enum constant of this class with the specified name.static IOContext.Context[]
IOContext.Context.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.lucene.store with parameters of type IOContext.ContextModifierConstructorDescriptionIOContext
(IOContext.Context context, MergeInfo mergeInfo, FlushInfo flushInfo, ReadAdvice readAdvice) Creates an instance of aIOContext
record class.