Package org.apache.spark
Class ContextBarrierId
Object
org.apache.spark.ContextBarrierId
- All Implemented Interfaces:
- Serializable,- scala.Equals,- scala.Product
For each barrier stage attempt, only at most one barrier() call can be active at any time, thus
 we can use (stageId, stageAttemptId) to identify the stage attempt where the barrier() call is
 from.
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefix