| Package | Description |
|---|---|
| org.apache.flink.runtime.deployment | |
| org.apache.flink.runtime.io.network.gates |
| Modifier and Type | Method and Description |
|---|---|
GateDeploymentDescriptor |
TaskDeploymentDescriptor.getInputGateDescriptor(int index)
Returns the input gate descriptor with the given index
|
GateDeploymentDescriptor |
TaskDeploymentDescriptor.getOutputGateDescriptor(int index)
Returns the output gate descriptor with the given index
|
| Constructor and Description |
|---|
TaskDeploymentDescriptor(JobID jobID,
ExecutionVertexID vertexID,
String taskName,
int indexInSubtaskGroup,
int currentNumberOfSubtasks,
Configuration jobConfiguration,
Configuration taskConfiguration,
Class<? extends AbstractInvokable> invokableClass,
SerializableArrayList<GateDeploymentDescriptor> outputGates,
SerializableArrayList<GateDeploymentDescriptor> inputGates)
Constructs a task deployment descriptor.
|
TaskDeploymentDescriptor(JobID jobID,
ExecutionVertexID vertexID,
String taskName,
int indexInSubtaskGroup,
int currentNumberOfSubtasks,
Configuration jobConfiguration,
Configuration taskConfiguration,
Class<? extends AbstractInvokable> invokableClass,
SerializableArrayList<GateDeploymentDescriptor> outputGates,
SerializableArrayList<GateDeploymentDescriptor> inputGates)
Constructs a task deployment descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OutputGate.initializeChannels(GateDeploymentDescriptor descriptor) |
void |
InputGate.initializeChannels(GateDeploymentDescriptor inputGateDescriptor) |
Copyright © 2014 The Apache Software Foundation. All rights reserved.