public class RequestAccumulatorResults extends Object implements AccumulatorMessage, scala.Product, scala.Serializable
jobID
from the job manager.
The result is sent back to the sender as a AccumulatorResultsResponse
message.
Constructor and Description |
---|
RequestAccumulatorResults(JobID jobID) |
Modifier and Type | Method and Description |
---|---|
JobID |
jobID()
ID of the job that the accumulator belongs to
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RequestAccumulatorResults(JobID jobID)
public JobID jobID()
AccumulatorMessage
jobID
in interface AccumulatorMessage
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.