public class JDBCPipesReporter extends PipesReporterBase implements Initializable
Modifier and Type | Field and Description |
---|---|
static String |
TABLE_NAME |
NO_OP_REPORTER
Constructor and Description |
---|
JDBCPipesReporter() |
Modifier and Type | Method and Description |
---|---|
void |
checkInitialization(InitializableProblemHandler problemHandler) |
void |
close()
No-op implementation.
|
void |
error(String msg)
This is called if the process has crashed.
|
void |
error(Throwable t)
This is called if the process has crashed.
|
void |
initialize(Map<String,Param> params) |
void |
report(FetchEmitTuple t,
PipesResult result,
long elapsed) |
void |
setConnection(String connection) |
accept, setExcludes, setIncludes
report, supportsTotalCount
public static final String TABLE_NAME
public void initialize(Map<String,Param> params) throws TikaConfigException
initialize
in interface Initializable
initialize
in class PipesReporterBase
params
- params to use for initializationTikaConfigException
public void checkInitialization(InitializableProblemHandler problemHandler) throws TikaConfigException
checkInitialization
in interface Initializable
checkInitialization
in class PipesReporterBase
problemHandler
- if there is a problem and no
custom initializableProblemHandler has been configured
via Initializable parameters,
this is called to respond.TikaConfigException
public void report(FetchEmitTuple t, PipesResult result, long elapsed)
report
in class PipesReporter
public void error(Throwable t)
PipesReporter
error
in class PipesReporter
public void error(String msg)
PipesReporter
error
in class PipesReporter
public void close() throws IOException
PipesReporter
close
in interface Closeable
close
in interface AutoCloseable
close
in class PipesReporter
IOException
Copyright © 2007–2023 The Apache Software Foundation. All rights reserved.