public abstract class PipesReporter extends Object implements Closeable
Modifier and Type | Field and Description |
---|---|
static PipesReporter |
NO_OP_REPORTER |
Constructor and Description |
---|
PipesReporter() |
Modifier and Type | Method and Description |
---|---|
void |
close()
No-op implementation.
|
abstract void |
report(FetchEmitTuple t,
PipesResult result,
long elapsed) |
public static final PipesReporter NO_OP_REPORTER
public abstract void report(FetchEmitTuple t, PipesResult result, long elapsed)
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.