public static class CoarseGrainedClusterMessages.StatusUpdate$
extends Object
implements scala.Serializable
Modifier and Type | Field and Description |
---|---|
static CoarseGrainedClusterMessages.StatusUpdate$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
CoarseGrainedClusterMessages.StatusUpdate$() |
Modifier and Type | Method and Description |
---|---|
CoarseGrainedClusterMessages.StatusUpdate |
apply(String executorId,
long taskId,
scala.Enumeration.Value state,
java.nio.ByteBuffer data)
Alternate factory method that takes a ByteBuffer directly for the data field
|
public static final CoarseGrainedClusterMessages.StatusUpdate$ MODULE$
public CoarseGrainedClusterMessages.StatusUpdate$()
public CoarseGrainedClusterMessages.StatusUpdate apply(String executorId, long taskId, scala.Enumeration.Value state, java.nio.ByteBuffer data)