Package | Description |
---|---|
org.apache.tika.pipes | |
org.apache.tika.pipes.reporters.fs | |
org.apache.tika.pipes.reporters.jdbc | |
org.apache.tika.pipes.reporters.opensearch |
Modifier and Type | Field and Description |
---|---|
static PipesResult |
PipesResult.CLIENT_UNAVAILABLE_WITHIN_MS |
static PipesResult |
PipesResult.EMIT_SUCCESS |
static PipesResult |
PipesResult.EMPTY_OUTPUT |
static PipesResult |
PipesResult.INTERRUPTED_EXCEPTION |
static PipesResult |
PipesResult.OOM |
static PipesResult |
PipesResult.TIMEOUT |
static PipesResult |
PipesResult.UNSPECIFIED_CRASH |
Modifier and Type | Method and Description |
---|---|
PipesResult |
PipesParser.parse(FetchEmitTuple t) |
PipesResult |
PipesClient.process(FetchEmitTuple t) |
Modifier and Type | Method and Description |
---|---|
void |
CompositePipesReporter.report(FetchEmitTuple t,
PipesResult result,
long elapsed) |
abstract void |
PipesReporter.report(FetchEmitTuple t,
PipesResult result,
long elapsed) |
void |
LoggingPipesReporter.report(FetchEmitTuple t,
PipesResult result,
long elapsed) |
Modifier and Type | Method and Description |
---|---|
void |
FileSystemStatusReporter.report(FetchEmitTuple t,
PipesResult result,
long elapsed) |
Modifier and Type | Method and Description |
---|---|
void |
JDBCPipesReporter.report(FetchEmitTuple t,
PipesResult result,
long elapsed) |
Modifier and Type | Method and Description |
---|---|
void |
OpenSearchPipesReporter.report(FetchEmitTuple t,
PipesResult result,
long elapsed) |
Copyright © 2007–2023 The Apache Software Foundation. All rights reserved.