| Package | Description |
|---|---|
| org.apache.flink.runtime.io.network | |
| org.apache.flink.runtime.jobmanager | |
| org.apache.flink.runtime.protocols |
| Modifier and Type | Method and Description |
|---|---|
static ConnectionInfoLookupResponse |
ConnectionInfoLookupResponse.createJobIsAborting() |
static ConnectionInfoLookupResponse |
ConnectionInfoLookupResponse.createReceiverFoundAndReady(ChannelID targetChannelID) |
static ConnectionInfoLookupResponse |
ConnectionInfoLookupResponse.createReceiverFoundAndReady(RemoteReceiver remoteReceiver) |
static ConnectionInfoLookupResponse |
ConnectionInfoLookupResponse.createReceiverNotFound() |
static ConnectionInfoLookupResponse |
ConnectionInfoLookupResponse.createReceiverNotReady() |
| Constructor and Description |
|---|
EnvelopeReceiverList(ConnectionInfoLookupResponse cilr) |
| 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 © 2014 The Apache Software Foundation. All rights reserved.