Package | Description |
---|---|
org.apache.tika.pipes | |
org.apache.tika.pipes.async |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PipesReporterBase.accept(PipesResult.STATUS status)
Implementations must call this for the includes/excludes filters to work!
|
Constructor and Description |
---|
PipesResult(PipesResult.STATUS status) |
PipesResult(PipesResult.STATUS status,
String message) |
Modifier and Type | Method and Description |
---|---|
Map<PipesResult.STATUS,Long> |
AsyncStatus.getStatusCounts() |
Modifier and Type | Method and Description |
---|---|
void |
AsyncStatus.update(Map<PipesResult.STATUS,Long> statusCounts,
TotalCountResult totalCountResult,
AsyncStatus.ASYNC_STATUS status) |
Copyright © 2007–2023 The Apache Software Foundation. All rights reserved.