| Modifier and Type | Method and Description |
|---|---|
ChannelType |
GateDeploymentDescriptor.getChannelType()
Returns the channel type of the gate.
|
| Constructor and Description |
|---|
GateDeploymentDescriptor(GateID gateID,
ChannelType channelType,
List<ChannelDeploymentDescriptor> channels)
Constructs a new gate deployment descriptor
|
| Modifier and Type | Method and Description |
|---|---|
ChannelType |
ExecutionGroupEdge.getChannelType()
Returns the channel type assigned to this edge.
|
ChannelType |
ExecutionEdge.getChannelType() |
ChannelType |
ExecutionGate.getChannelType() |
ChannelType |
ExecutionGraph.getChannelType(ExecutionVertex sourceVertex,
ExecutionVertex targetVertex) |
| Constructor and Description |
|---|
ExecutionGroupEdge(ExecutionGroupVertex sourceVertex,
int indexOfOutputGate,
ExecutionGroupVertex targetVertex,
int indexOfInputGate,
ChannelType channelType,
boolean userDefinedChannelType,
DistributionPattern distributionPattern)
Constructs a new group edge.
|
| Modifier and Type | Method and Description |
|---|---|
ChannelType |
InputChannel.getChannelType() |
ChannelType |
Channel.getChannelType() |
static ChannelType |
ChannelType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChannelType[] |
ChannelType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Channel(int index,
ChannelID id,
ChannelID connectedId,
ChannelType type)
Auxiliary constructor for channels
|
InputChannel(InputGate<T> inputGate,
int channelIndex,
ChannelID channelID,
ChannelID connectedChannelID,
ChannelType type)
Constructs an input channel with a given input gate associated.
|
OutputChannel(OutputGate outputGate,
int index,
ChannelID id,
ChannelID connectedId,
ChannelType type)
Creates a new output channel object.
|
| Modifier and Type | Method and Description |
|---|---|
ChannelType |
Gate.getChannelType() |
| Modifier and Type | Method and Description |
|---|---|
void |
Gate.setChannelType(ChannelType channelType) |
| Modifier and Type | Method and Description |
|---|---|
ChannelType |
JobEdge.getChannelType()
Returns the channel type assigned to this edge.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractJobVertex.connectTo(AbstractJobVertex vertex,
ChannelType channelType)
Connects the job vertex to the specified job vertex.
|
void |
AbstractJobVertex.connectTo(AbstractJobVertex vertex,
ChannelType channelType,
DistributionPattern distributionPattern)
Connects the job vertex to the specified job vertex.
|
void |
AbstractJobVertex.connectTo(AbstractJobVertex vertex,
ChannelType channelType,
int indexOfOutputGate,
int indexOfInputGate,
DistributionPattern distributionPattern)
Connects the job vertex to the specified job vertex.
|
| Constructor and Description |
|---|
JobEdge(AbstractJobVertex connectedVertex,
ChannelType channelType,
int indexOfInputGate,
DistributionPattern distributionPattern)
Constructs a new job edge.
|
| Modifier and Type | Method and Description |
|---|---|
ChannelType |
ManagementEdge.getChannelType()
Returns the type of the channel this edge refers to.
|
ChannelType |
ManagementGroupEdge.getChannelType()
Returns the type of the channels represented by this group edge.
|
| Constructor and Description |
|---|
ManagementEdge(ManagementEdgeID sourceEdgeID,
ManagementEdgeID targetEdgeID,
ManagementGate source,
int sourceIndex,
ManagementGate target,
int targetIndex,
ChannelType channelType)
Constructs a new edge object.
|
ManagementGroupEdge(ManagementGroupVertex source,
int sourceIndex,
ManagementGroupVertex target,
int targetIndex,
ChannelType channelType)
Constructs a new management group edge.
|
Copyright © 2014 The Apache Software Foundation. All rights reserved.