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