Uses of Interface
org.apache.lucene.store.IOContext.FileOpenHint
Packages that use IOContext.FileOpenHint
-
Uses of IOContext.FileOpenHint in org.apache.lucene.store
Classes in org.apache.lucene.store that implement IOContext.FileOpenHintModifier and TypeClassDescriptionenumHint on the data access pattern likely to be usedenumHints on the type of data stored in the fileenumHints on the type of file being opened.enumA hint that the file should be preloaded into memoryenumAIOContext.FileOpenHintindicating the file will only be read once, sequentiallyMethods in org.apache.lucene.store with type parameters of type IOContext.FileOpenHintModifier and TypeMethodDescriptiondefault <T extends IOContext.FileOpenHint>
Stream<T> Finds all hints of typeclsMethods in org.apache.lucene.store that return types with arguments of type IOContext.FileOpenHintMethods in org.apache.lucene.store with parameters of type IOContext.FileOpenHintModifier and TypeMethodDescriptionIOContext.withHints(IOContext.FileOpenHint... hints) Returns an IOContext with the given hints, if it makes sense to do so for this specific context.