Uses of Class
org.apache.tika.server.core.ServerStatus.TASK
-
Packages that use ServerStatus.TASK Package Description org.apache.tika.server.core -
-
Uses of ServerStatus.TASK in org.apache.tika.server.core
Methods in org.apache.tika.server.core that return ServerStatus.TASK Modifier and Type Method Description static ServerStatus.TASK
ServerStatus.TASK. valueOf(String name)
Returns the enum constant of this type with the specified name.static ServerStatus.TASK[]
ServerStatus.TASK. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.tika.server.core with parameters of type ServerStatus.TASK Modifier and Type Method Description long
ServerStatus. start(ServerStatus.TASK task, String fileName, long timeoutMillis)
-