Package org.apache.spark.util
Class AccumulatorPartialVal<PARTIAL>
Object
org.apache.spark.util.AccumulatorPartialVal<PARTIAL>
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAccumulatorPartialVal(PARTIAL partialMergeVal, int rddId, int rddPartitionId, int rddNumPartitions, scala.Option<String> rddScopeId, int stageId, int stageAttemptId, int taskAttemptNumber, scala.Option<Object> sqlExecutionId) -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
AccumulatorPartialVal
-
-
Method Details
-
partialMergeVal
-
rddId
public int rddId() -
rddPartitionId
public int rddPartitionId() -
rddNumPartitions
public int rddNumPartitions() -
rddScopeId
-
stageId
public int stageId() -
stageAttemptId
public int stageAttemptId() -
taskAttemptNumber
public int taskAttemptNumber() -
sqlExecutionId
-
toString
-
attempt
Tuple of stage id, stage attempt id and taskAttemptNumber, defining the order of attempts.
-