| Modifier and Type | Method and Description |
|---|---|
JobVertexID |
BroadcastVariableKey.getVertexId() |
| Constructor and Description |
|---|
BroadcastVariableKey(JobVertexID vertexId,
String name,
int superstep) |
| Modifier and Type | Method and Description |
|---|---|
JobVertexID |
TaskDeploymentDescriptor.getVertexID()
Returns the task's execution vertex ID.
|
| 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 |
|---|---|
JobVertexID |
VertexEvent.getJobVertexID()
Returns the ID of the job vertex this event belongs to.
|
JobVertexID |
ExecutionStateChangeEvent.getVertexId() |
| 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 |
|---|---|
JobVertexID |
RuntimeEnvironment.getJobVertexId() |
JobVertexID |
Environment.getJobVertexId()
Gets the ID of the jobVertex that this task corresponds to.
|
| 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 |
|---|---|
JobVertexID |
ExecutionVertex.getJobvertexId() |
JobVertexID |
ExecutionJobVertex.getJobVertexId() |
| Modifier and Type | Method and Description |
|---|---|
Map<JobVertexID,ExecutionJobVertex> |
ExecutionGraph.getAllVertices() |
| Modifier and Type | Method and Description |
|---|---|
ExecutionJobVertex |
ExecutionGraph.getJobVertex(JobVertexID id) |
| Modifier and Type | Method and Description |
|---|---|
static JobVertexID |
JobVertexID.fromHexString(String hexString) |
JobVertexID |
AbstractJobVertex.getID()
Returns the ID of this job vertex.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractJobVertex |
JobGraph.findVertexByID(JobVertexID id)
Searches for a vertex with a matching ID and returns it.
|
| Constructor and Description |
|---|
AbstractJobVertex(String name,
JobVertexID id)
Constructs a new job vertex and assigns it with the given name.
|
InputFormatVertex(String name,
JobVertexID id) |
| Modifier and Type | Method and Description |
|---|---|
InputSplit |
JobManager.requestNextInputSplit(JobID jobID,
JobVertexID vertexId,
ExecutionAttemptID executionAttempt) |
| Modifier and Type | Method and Description |
|---|---|
JobVertexID |
ScheduledUnit.getJobVertexId() |
| Modifier and Type | Method and Description |
|---|---|
Set<JobVertexID> |
SlotSharingGroup.getJobVertexIds() |
| Modifier and Type | Method and Description |
|---|---|
void |
SlotSharingGroup.addVertexToGroup(JobVertexID id) |
int |
SlotSharingGroupAssignment.getNumberOfAvailableSlotsForJid(JobVertexID jid) |
void |
SlotSharingGroup.removeVertexFromGroup(JobVertexID id) |
| Constructor and Description |
|---|
SlotSharingGroup(JobVertexID... sharedVertices) |
| 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) |
| Constructor and Description |
|---|
EnvironmentThreadSet(ThreadMXBean tmx,
Thread mainThread,
JobVertexID vertexId,
int subtask,
ExecutionAttemptID executionId) |
| Modifier and Type | Method and Description |
|---|---|
JobVertexID |
InternalExecutionVertexProfilingData.getVertexId() |
| 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 |
|---|---|
JobVertexID |
VertexProfilingEvent.getVertexID()
Returns the ID of the vertex this profiling information
belongs to.
|
| 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 |
|---|---|
InputSplit |
InputSplitProviderProtocol.requestNextInputSplit(JobID jobID,
JobVertexID vertex,
ExecutionAttemptID executionAttempt) |
| Modifier and Type | Method and Description |
|---|---|
JobVertexID |
Task.getVertexID()
Returns the ID of this task vertex.
|
| Constructor and Description |
|---|
Task(JobID jobId,
JobVertexID vertexId,
int taskIndex,
int parallelism,
ExecutionAttemptID executionId,
String taskName,
TaskManager taskManager) |
TaskInputSplitProvider(InputSplitProviderProtocol protocol,
JobID jobId,
JobVertexID vertexId,
ExecutionAttemptID executionAttempt) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.