| Package | Description |
|---|---|
| org.apache.flink.runtime.jobmanager | |
| org.apache.flink.runtime.protocols |
| Modifier and Type | Method and Description |
|---|---|
AccumulatorEvent |
JobManager.getAccumulatorResults(JobID jobID) |
| Modifier and Type | Method and Description |
|---|---|
void |
JobManager.reportAccumulatorResult(AccumulatorEvent accumulatorEvent) |
| Modifier and Type | Method and Description |
|---|---|
AccumulatorEvent |
AccumulatorProtocol.getAccumulatorResults(JobID jobID)
Get the final accumulator results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AccumulatorProtocol.reportAccumulatorResult(AccumulatorEvent accumulatorEvent)
Report accumulators that were collected in a task.
|
Copyright © 2014 The Apache Software Foundation. All rights reserved.