public class AccumulatorResultsFound extends Object implements AccumulatorResultsResponse, scala.Product, scala.Serializable
RequestAccumulatorResults
.
Constructor and Description |
---|
AccumulatorResultsFound(JobID jobID,
Map<String,SerializedValue<Object>> result) |
Modifier and Type | Method and Description |
---|---|
JobID |
jobID()
ID of the job that the accumulator belongs to
|
Map<String,SerializedValue<Object>> |
result() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AccumulatorResultsFound(JobID jobID, Map<String,SerializedValue<Object>> result)
public JobID jobID()
AccumulatorMessage
jobID
in interface AccumulatorMessage
public Map<String,SerializedValue<Object>> result()
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.