Class CoarseGrainedClusterMessages.RemoveExecutor
Object
org.apache.spark.scheduler.cluster.CoarseGrainedClusterMessages.RemoveExecutor
- All Implemented Interfaces:
- Serializable,- CoarseGrainedClusterMessage,- scala.Equals,- scala.Product
- Enclosing class:
- CoarseGrainedClusterMessages
public static class CoarseGrainedClusterMessages.RemoveExecutor
extends Object
implements CoarseGrainedClusterMessage, scala.Product, Serializable
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionRemoveExecutor(String executorId, org.apache.spark.scheduler.ExecutorLossReason reason) 
- 
Method SummaryMethods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefix
- 
Constructor Details- 
RemoveExecutor
 
- 
- 
Method Details- 
executorId
- 
reasonpublic org.apache.spark.scheduler.ExecutorLossReason reason()
 
-