| Package | Description |
|---|---|
| org.apache.flink.runtime.deployment | |
| org.apache.flink.runtime.io.network.gates |
| Modifier and Type | Method and Description |
|---|---|
static GateDeploymentDescriptor |
GateDeploymentDescriptor.fromEdges(ExecutionEdge[] edges) |
static GateDeploymentDescriptor |
GateDeploymentDescriptor.fromEdges(List<ExecutionEdge> edges) |
| Modifier and Type | Method and Description |
|---|---|
List<GateDeploymentDescriptor> |
TaskDeploymentDescriptor.getInputGates() |
List<GateDeploymentDescriptor> |
TaskDeploymentDescriptor.getOutputGates() |
| 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.
|
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 |
|---|---|
void |
InputGate.initializeChannels(GateDeploymentDescriptor inputGateDescriptor) |
void |
OutputGate.initializeChannels(GateDeploymentDescriptor descriptor) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.