| Modifier and Type | Method and Description |
|---|---|
ChannelID |
ChannelDeploymentDescriptor.getInputChannelID()
Returns the input channel ID attached to this deployment descriptor.
|
ChannelID |
ChannelDeploymentDescriptor.getOutputChannelID()
Returns the output channel ID attached to this deployment descriptor.
|
| Constructor and Description |
|---|
ChannelDeploymentDescriptor(ChannelID outputChannelID,
ChannelID inputChannelID)
Constructs a new channel deployment descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ChannelID> |
RuntimeEnvironment.getInputChannelIDs() |
Set<ChannelID> |
Environment.getInputChannelIDs()
Returns the IDs of all input channels connected to this environment.
|
Set<ChannelID> |
RuntimeEnvironment.getInputChannelIDsOfGate(GateID gateID) |
Set<ChannelID> |
Environment.getInputChannelIDsOfGate(GateID gateID)
Returns the IDs of all the input channels connected to the gate with the given ID.
|
Set<ChannelID> |
RuntimeEnvironment.getOutputChannelIDs() |
Set<ChannelID> |
Environment.getOutputChannelIDs()
Returns the IDs of all output channels connected to this environment.
|
Set<ChannelID> |
RuntimeEnvironment.getOutputChannelIDsOfGate(GateID gateID) |
Set<ChannelID> |
Environment.getOutputChannelIDsOfGate(GateID gateID)
Returns the IDs of all the output channels connected to the gate with the given ID.
|
| Modifier and Type | Method and Description |
|---|---|
ChannelID |
ExecutionEdge.getInputChannelId() |
ChannelID |
ExecutionEdge.getOutputChannelId() |
| Modifier and Type | Method and Description |
|---|---|
ConnectionInfoLookupResponse |
ExecutionGraph.lookupConnectionInfoAndDeployReceivers(InstanceConnectionInfo caller,
ChannelID sourceChannelID) |
| Modifier and Type | Method and Description |
|---|---|
ChannelID |
EnvelopeReceiverList.getLocalReceiver() |
ChannelID |
ConnectionInfoLookupResponse.getLocalTarget() |
ChannelID |
LocalReceiverCancelledException.getReceiver() |
ChannelID |
Envelope.getSource() |
ChannelID |
SenderHintEvent.getSource() |
| Modifier and Type | Method and Description |
|---|---|
static Envelope |
SenderHintEvent.createEnvelopeWithEvent(Envelope originalEnvelope,
ChannelID source,
RemoteReceiver remoteReceiver) |
static ConnectionInfoLookupResponse |
ConnectionInfoLookupResponse.createReceiverFoundAndReady(ChannelID targetChannelID) |
BufferProvider |
ChannelManager.getBufferProvider(JobID jobID,
ChannelID sourceChannelID) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelManager.invalidateLookupCacheEntries(Set<ChannelID> channelIDs)
Invalidates the entries identified by the given channel IDs from the receiver lookup cache.
|
| Constructor and Description |
|---|
ConnectionInfoLookupResponse(org.apache.flink.runtime.io.network.ConnectionInfoLookupResponse.ReturnCode code,
ChannelID localTarget) |
Envelope(int sequenceNumber,
JobID jobID,
ChannelID source) |
EnvelopeReceiverList(ChannelID localReceiver) |
LocalReceiverCancelledException(ChannelID receiver) |
| Modifier and Type | Method and Description |
|---|---|
BufferProvider |
BufferProviderBroker.getBufferProvider(JobID jobID,
ChannelID sourceChannelID) |
| Modifier and Type | Method and Description |
|---|---|
static ChannelID |
ChannelID.fromByteBuffer(ByteBuffer buf) |
static ChannelID |
ChannelID.fromByteBuffer(ByteBuffer buf,
int offset) |
ChannelID |
Channel.getConnectedId() |
ChannelID |
Channel.getID() |
| 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 |
|---|---|
ConnectionInfoLookupResponse |
JobManager.lookupConnectionInfo(InstanceConnectionInfo caller,
JobID jobID,
ChannelID sourceChannelID) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionInfoLookupResponse |
ChannelLookupProtocol.lookupConnectionInfo(InstanceConnectionInfo caller,
JobID jobID,
ChannelID sourceChannelID)
Retrieves all recipients of a data for the given
sourceChannelID. |
Copyright © 2015 The Apache Software Foundation. All rights reserved.