public class MesosTaskLaunchData extends Object implements Logging, scala.Product, scala.Serializable
Constructor and Description |
---|
MesosTaskLaunchData(java.nio.ByteBuffer serializedTask,
int attemptNumber) |
Modifier and Type | Method and Description |
---|---|
int |
attemptNumber() |
static MesosTaskLaunchData |
fromByteString(org.apache.mesos.protobuf.ByteString byteString) |
java.nio.ByteBuffer |
serializedTask() |
org.apache.mesos.protobuf.ByteString |
toByteString() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
initializeIfNecessary, initializeLogging, isTraceEnabled, log_, log, logDebug, logDebug, logError, logError, logInfo, logInfo, logName, logTrace, logTrace, logWarning, logWarning
public MesosTaskLaunchData(java.nio.ByteBuffer serializedTask, int attemptNumber)
public static MesosTaskLaunchData fromByteString(org.apache.mesos.protobuf.ByteString byteString)
public java.nio.ByteBuffer serializedTask()
public int attemptNumber()
public org.apache.mesos.protobuf.ByteString toByteString()