| Modifier and Type | Method and Description |
|---|---|
AccumulatorRegistry.Reporter |
AccumulatorRegistry.getReadWriteReporter()
Gets the reporter for flink internal metrics.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BufferReader.setReporter(AccumulatorRegistry.Reporter reporter) |
void |
ReaderBase.setReporter(AccumulatorRegistry.Reporter reporter)
Setter for the reporter, e.g.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AdaptiveSpanningRecordDeserializer.setReporter(AccumulatorRegistry.Reporter reporter) |
void |
RecordSerializer.setReporter(AccumulatorRegistry.Reporter reporter)
Setter for the reporter, e.g.
|
void |
SpanningRecordSerializer.setReporter(AccumulatorRegistry.Reporter reporter) |
void |
SpillingAdaptiveSpanningRecordDeserializer.setReporter(AccumulatorRegistry.Reporter reporter) |
void |
RecordDeserializer.setReporter(AccumulatorRegistry.Reporter reporter)
Setter for the reporter, e.g.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecordWriter.setReporter(AccumulatorRegistry.Reporter reporter)
Counter for the number of records emitted and the records processed.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> org.apache.flink.util.Collector<T> |
BatchTask.getOutputCollector(AbstractInvokable task,
TaskConfig config,
ClassLoader cl,
List<RecordWriter<?>> eventualOutputs,
int outputOffset,
int numOutputs,
AccumulatorRegistry.Reporter reporter)
Creates the
Collector for the given task, as described by the given configuration. |
static <T> org.apache.flink.util.Collector<T> |
BatchTask.initOutputs(AbstractInvokable containingTask,
ClassLoader cl,
TaskConfig config,
List<ChainedDriver<?,?>> chainedTasksTarget,
List<RecordWriter<?>> eventualOutputs,
org.apache.flink.api.common.ExecutionConfig executionConfig,
AccumulatorRegistry.Reporter reporter,
Map<String,org.apache.flink.api.common.accumulators.Accumulator<?,?>> accumulatorMap)
Creates a writer for each output.
|
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.