Uses of Class
org.apache.tika.pipes.async.AsyncStatus.ASYNC_STATUS
-
Packages that use AsyncStatus.ASYNC_STATUS Package Description org.apache.tika.pipes.async -
-
Uses of AsyncStatus.ASYNC_STATUS in org.apache.tika.pipes.async
Methods in org.apache.tika.pipes.async that return AsyncStatus.ASYNC_STATUS Modifier and Type Method Description AsyncStatus.ASYNC_STATUS
AsyncStatus. getAsyncStatus()
static AsyncStatus.ASYNC_STATUS
AsyncStatus.ASYNC_STATUS. valueOf(String name)
Returns the enum constant of this type with the specified name.static AsyncStatus.ASYNC_STATUS[]
AsyncStatus.ASYNC_STATUS. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.tika.pipes.async with parameters of type AsyncStatus.ASYNC_STATUS Modifier and Type Method Description void
AsyncStatus. update(Map<PipesResult.STATUS,Long> statusCounts, TotalCountResult totalCountResult, AsyncStatus.ASYNC_STATUS status)
-