public class LoggingPipesReporter extends PipesReporter
NO_OP_REPORTER
Constructor and Description |
---|
LoggingPipesReporter() |
Modifier and Type | Method and Description |
---|---|
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 |
report(FetchEmitTuple t,
PipesResult result,
long elapsed) |
close, report, supportsTotalCount
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
Copyright © 2007–2023 The Apache Software Foundation. All rights reserved.