Uses of Class
org.apache.tika.pipes.PipesResult.STATUS
-
Packages that use PipesResult.STATUS Package Description org.apache.tika.pipes org.apache.tika.pipes.async -
-
Uses of PipesResult.STATUS in org.apache.tika.pipes
Methods in org.apache.tika.pipes that return PipesResult.STATUS Modifier and Type Method Description PipesResult.STATUS
PipesResult. getStatus()
static PipesResult.STATUS
PipesResult.STATUS. valueOf(String name)
Returns the enum constant of this type with the specified name.static PipesResult.STATUS[]
PipesResult.STATUS. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.tika.pipes with parameters of type PipesResult.STATUS Modifier and Type Method Description boolean
PipesReporterBase. accept(PipesResult.STATUS status)
Implementations must call this for the includes/excludes filters to work!Constructors in org.apache.tika.pipes with parameters of type PipesResult.STATUS Constructor Description PipesResult(PipesResult.STATUS status)
PipesResult(PipesResult.STATUS status, String message)
PipesResult(PipesResult.STATUS status, EmitData emitData, boolean intermediate)
-
Uses of PipesResult.STATUS in org.apache.tika.pipes.async
Methods in org.apache.tika.pipes.async that return types with arguments of type PipesResult.STATUS Modifier and Type Method Description Map<PipesResult.STATUS,Long>
AsyncStatus. getStatusCounts()
Method parameters in org.apache.tika.pipes.async with type arguments of type PipesResult.STATUS Modifier and Type Method Description void
AsyncStatus. update(Map<PipesResult.STATUS,Long> statusCounts, TotalCountResult totalCountResult, AsyncStatus.ASYNC_STATUS status)
-