| Modifier and Type | Method and Description |
|---|---|
ExecutionAttemptID |
TaskDeploymentDescriptor.getExecutionId() |
| Constructor and Description |
|---|
TaskDeploymentDescriptor(JobID jobID,
JobVertexID vertexID,
ExecutionAttemptID execuionId,
String taskName,
int indexInSubtaskGroup,
int currentNumberOfSubtasks,
Configuration jobConfiguration,
Configuration taskConfiguration,
String invokableClassName,
List<GateDeploymentDescriptor> outputGates,
List<GateDeploymentDescriptor> inputGates,
List<BlobKey> requiredJarFiles,
int targetSlotNumber)
Constructs a task deployment descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
ExecutionAttemptID |
VertexEvent.getExecutionAttemptId() |
ExecutionAttemptID |
ExecutionStateChangeEvent.getExecutionAttemptID()
Returns the ID of the vertex this event refers to.
|
| Constructor and Description |
|---|
ExecutionStateChangeEvent(long timestamp,
JobVertexID vertexId,
int subtask,
ExecutionAttemptID executionAttemptId,
ExecutionState newExecutionState)
Constructs a new vertex event object.
|
VertexEvent(long timestamp,
JobVertexID jobVertexID,
String jobVertexName,
int totalNumberOfSubtasks,
int indexOfSubtask,
ExecutionAttemptID executionAttemptId,
ExecutionState currentExecutionState,
String description)
Constructs a new vertex event object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionListener.executionStateChanged(JobID jobID,
JobVertexID vertexId,
int subtask,
ExecutionAttemptID executionId,
ExecutionState newExecutionState,
String optionalMessage) |
| Modifier and Type | Method and Description |
|---|---|
void |
FallbackLibraryCacheManager.registerTask(JobID id,
ExecutionAttemptID execution,
Collection<BlobKey> requiredJarFiles) |
void |
LibraryCacheManager.registerTask(JobID id,
ExecutionAttemptID execution,
Collection<BlobKey> requiredJarFiles)
Registers a job task execution with its required jar files.
|
void |
BlobLibraryCacheManager.registerTask(JobID jobId,
ExecutionAttemptID task,
Collection<BlobKey> requiredJarFiles) |
void |
FallbackLibraryCacheManager.unregisterTask(JobID id,
ExecutionAttemptID execution) |
void |
LibraryCacheManager.unregisterTask(JobID id,
ExecutionAttemptID execution)
Unregisters a job from the library cache manager.
|
void |
BlobLibraryCacheManager.unregisterTask(JobID jobId,
ExecutionAttemptID task) |
| Modifier and Type | Method and Description |
|---|---|
ExecutionAttemptID |
Execution.getAttemptId() |
| Modifier and Type | Method and Description |
|---|---|
Map<ExecutionAttemptID,Execution> |
ExecutionGraph.getRegisteredExecutions() |
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelManager.unregister(ExecutionAttemptID executionId,
Task task)
Unregisters the given task from the channel manager.
|
| Modifier and Type | Method and Description |
|---|---|
InputSplit |
JobManager.requestNextInputSplit(JobID jobID,
JobVertexID vertexId,
ExecutionAttemptID executionAttempt) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskManagerProfiler.unregisterExecutionListener(ExecutionAttemptID id)
Unregisters all previously register
ExecutionListener objects for
the vertex identified by the given ID. |
| Modifier and Type | Method and Description |
|---|---|
void |
EnvironmentListenerImpl.executionStateChanged(JobID jobID,
JobVertexID vertexId,
int subtaskIndex,
ExecutionAttemptID executionId,
ExecutionState newExecutionState,
String optionalMessage) |
void |
TaskManagerProfilerImpl.registerMainThreadForCPUProfiling(Environment environment,
Thread thread,
JobVertexID vertexId,
int subtask,
ExecutionAttemptID executionID) |
void |
TaskManagerProfilerImpl.unregisterExecutionListener(ExecutionAttemptID id) |
| Constructor and Description |
|---|
EnvironmentThreadSet(ThreadMXBean tmx,
Thread mainThread,
JobVertexID vertexId,
int subtask,
ExecutionAttemptID executionId) |
| Modifier and Type | Method and Description |
|---|---|
ExecutionAttemptID |
InternalExecutionVertexProfilingData.getExecutionAttemptId() |
| Constructor and Description |
|---|
InternalExecutionVertexProfilingData(JobID jobId,
JobVertexID vertexId,
int subtask,
ExecutionAttemptID executionId) |
InternalExecutionVertexThreadProfilingData(JobID jobID,
JobVertexID vertexId,
int subtask,
ExecutionAttemptID executionId,
int profilingInterval,
int userTime,
int systemTime,
int blockedTime,
int waitedTime) |
| Modifier and Type | Method and Description |
|---|---|
ExecutionAttemptID |
VertexProfilingEvent.getExecutionId() |
| Constructor and Description |
|---|
ThreadProfilingEvent(int userTime,
int systemTime,
int blockedTime,
int waitedTime,
JobVertexID vertexId,
int subtask,
ExecutionAttemptID executionId,
int profilingInterval,
JobID jobID,
long timestamp,
long profilingTimestamp) |
VertexProfilingEvent(JobVertexID vertexId,
int subtask,
ExecutionAttemptID executionId,
int profilingInterval,
JobID jobID,
long timestamp,
long profilingTimestamp) |
| Modifier and Type | Method and Description |
|---|---|
TaskOperationResult |
TaskOperationProtocol.cancelTask(ExecutionAttemptID executionId) |
InputSplit |
InputSplitProviderProtocol.requestNextInputSplit(JobID jobID,
JobVertexID vertex,
ExecutionAttemptID executionAttempt) |
| Modifier and Type | Method and Description |
|---|---|
ExecutionAttemptID |
TaskOperationResult.getExecutionId() |
ExecutionAttemptID |
Task.getExecutionId()
Gets the ID of the execution attempt.
|
ExecutionAttemptID |
TaskExecutionState.getID()
Returns the ID of the task this result belongs to
|
| Modifier and Type | Method and Description |
|---|---|
Map<ExecutionAttemptID,Task> |
TaskManager.getAllRunningTasks() |
| Modifier and Type | Method and Description |
|---|---|
TaskOperationResult |
TaskManager.cancelTask(ExecutionAttemptID executionId) |
void |
TaskManager.notifyExecutionStateChange(JobID jobID,
ExecutionAttemptID executionId,
ExecutionState newExecutionState,
Throwable optionalError) |
| Constructor and Description |
|---|
Task(JobID jobId,
JobVertexID vertexId,
int taskIndex,
int parallelism,
ExecutionAttemptID executionId,
String taskName,
TaskManager taskManager) |
TaskExecutionState(JobID jobID,
ExecutionAttemptID executionId,
ExecutionState executionState) |
TaskExecutionState(JobID jobID,
ExecutionAttemptID executionId,
ExecutionState executionState,
Throwable error)
Creates a new task execution state.
|
TaskInputSplitProvider(InputSplitProviderProtocol protocol,
JobID jobId,
JobVertexID vertexId,
ExecutionAttemptID executionAttempt) |
TaskOperationResult(ExecutionAttemptID executionId,
boolean success) |
TaskOperationResult(ExecutionAttemptID executionId,
boolean success,
String description) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.