Constructor and Description |
---|
TaskResultGetter(SparkEnv sparkEnv,
TaskSchedulerImpl scheduler) |
Modifier and Type | Method and Description |
---|---|
void |
enqueueFailedTask(TaskSetManager taskSetManager,
long tid,
scala.Enumeration.Value taskState,
java.nio.ByteBuffer serializedData) |
void |
enqueueSuccessfulTask(TaskSetManager taskSetManager,
long tid,
java.nio.ByteBuffer serializedData) |
void |
stop() |
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 TaskResultGetter(SparkEnv sparkEnv, TaskSchedulerImpl scheduler)
public void enqueueSuccessfulTask(TaskSetManager taskSetManager, long tid, java.nio.ByteBuffer serializedData)
public void enqueueFailedTask(TaskSetManager taskSetManager, long tid, scala.Enumeration.Value taskState, java.nio.ByteBuffer serializedData)
public void stop()