| 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 executionId,
String taskName,
int indexInSubtaskGroup,
int numberOfSubtasks,
Configuration jobConfiguration,
Configuration taskConfiguration,
String invokableClassName,
List<ResultPartitionDeploymentDescriptor> producedPartitions,
List<InputGateDeploymentDescriptor> inputGates,
List<BlobKey> requiredJarFiles,
int targetSlotNumber)
Constructs a task deployment descriptor.
|
TaskDeploymentDescriptor(JobID jobID,
JobVertexID vertexID,
ExecutionAttemptID executionId,
String taskName,
int indexInSubtaskGroup,
int numberOfSubtasks,
Configuration jobConfiguration,
Configuration taskConfiguration,
String invokableClassName,
List<ResultPartitionDeploymentDescriptor> producedPartitions,
List<InputGateDeploymentDescriptor> inputGates,
List<BlobKey> requiredJarFiles,
int targetSlotNumber,
StateHandle operatorStates) |
| 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 |
|---|---|
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 |
|---|---|
void |
ExecutionGraph.loadOperatorStates(Map<scala.Tuple3<JobVertexID,Integer,Long>,StateHandle> states) |
| 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 |
|---|---|
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) |
| 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 |
|---|---|
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,
akka.actor.ActorRef taskManager) |
TaskInputSplitProvider(akka.actor.ActorRef jobManager,
JobID jobId,
JobVertexID vertexId,
ExecutionAttemptID executionID,
ClassLoader userCodeClassLoader,
akka.util.Timeout timeout) |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.