Uses of Enum Class
org.apache.lucene.util.FileDeleter.MsgType
Packages that use FileDeleter.MsgType
Package
Description
Code to maintain and access indices.
Some utility classes.
-
Uses of FileDeleter.MsgType in org.apache.lucene.index
Methods in org.apache.lucene.index with parameters of type FileDeleter.MsgTypeModifier and TypeMethodDescriptionprivate void
IndexFileDeleter.logInfo
(FileDeleter.MsgType msgType, String msg) -
Uses of FileDeleter.MsgType in org.apache.lucene.util
Fields in org.apache.lucene.util with type parameters of type FileDeleter.MsgTypeModifier and TypeFieldDescriptionprivate final BiConsumer
<FileDeleter.MsgType, String> FileDeleter.messenger
Methods in org.apache.lucene.util that return FileDeleter.MsgTypeModifier and TypeMethodDescriptionstatic FileDeleter.MsgType
Returns the enum constant of this class with the specified name.static FileDeleter.MsgType[]
FileDeleter.MsgType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructor parameters in org.apache.lucene.util with type arguments of type FileDeleter.MsgTypeModifierConstructorDescriptionFileDeleter
(Directory directory, BiConsumer<FileDeleter.MsgType, String> messenger) Create a new FileDeleter with a messenger consumes various verbose messages