Uses of Enum
org.apache.tika.pipes.async.AsyncStatus.ASYNC_STATUS
Packages that use AsyncStatus.ASYNC_STATUS
-
Uses of AsyncStatus.ASYNC_STATUS in org.apache.tika.pipes.async
Methods in org.apache.tika.pipes.async that return AsyncStatus.ASYNC_STATUSModifier and TypeMethodDescriptionAsyncStatus.getAsyncStatus()
static AsyncStatus.ASYNC_STATUS
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_STATUSModifier and TypeMethodDescriptionvoid
AsyncStatus.update
(Map<PipesResult.STATUS, Long> statusCounts, TotalCountResult totalCountResult, AsyncStatus.ASYNC_STATUS status)