public interface AccumulatorProtocol extends VersionedProtocol
| Modifier and Type | Method and Description |
|---|---|
AccumulatorEvent |
getAccumulatorResults(JobID jobID)
Get the final accumulator results.
|
void |
reportAccumulatorResult(AccumulatorEvent accumulatorEvent)
Report accumulators that were collected in a task.
|
void reportAccumulatorResult(AccumulatorEvent accumulatorEvent) throws IOException
IOExceptionAccumulatorEvent getAccumulatorResults(JobID jobID) throws IOException
IOExceptionCopyright © 2015 The Apache Software Foundation. All rights reserved.