Modifier and Type | Class and Description |
---|---|
class |
CompositePipesReporter |
class |
LoggingPipesReporter
Simple PipesReporter that logs everything at the debug level.
|
class |
PipesReporterBase
Base class that includes filtering by
PipesResult.STATUS |
Modifier and Type | Field and Description |
---|---|
static PipesReporter |
PipesReporter.NO_OP_REPORTER |
Modifier and Type | Method and Description |
---|---|
List<PipesReporter> |
CompositePipesReporter.getPipesReporters() |
Modifier and Type | Method and Description |
---|---|
void |
CompositePipesReporter.addPipesReporter(PipesReporter pipesReporter) |
Modifier and Type | Method and Description |
---|---|
void |
CompositePipesReporter.setPipesReporters(List<PipesReporter> pipesReporters)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
PipesReporter |
AsyncConfig.getPipesReporter() |
Modifier and Type | Method and Description |
---|---|
void |
AsyncConfig.setPipesReporter(PipesReporter pipesReporter) |
Modifier and Type | Class and Description |
---|---|
class |
FileSystemStatusReporter
This is intended to write summary statistics to disk
periodically.
|
Modifier and Type | Class and Description |
---|---|
class |
JDBCPipesReporter
This is an initial draft of a JDBCPipesReporter.
|
Modifier and Type | Class and Description |
---|---|
class |
OpenSearchPipesReporter
As of the 2.5.0 release, this is ALPHA version.
|
Copyright © 2007–2023 The Apache Software Foundation. All rights reserved.