public interface ChannelLookupProtocol extends VersionedProtocol
| Modifier and Type | Method and Description |
|---|---|
ConnectionInfoLookupResponse |
lookupConnectionInfo(InstanceConnectionInfo caller,
JobID jobID,
ChannelID sourceChannelID)
Retrieves all recipients of a data for the given
sourceChannelID. |
ConnectionInfoLookupResponse lookupConnectionInfo(InstanceConnectionInfo caller, JobID jobID, ChannelID sourceChannelID) throws IOException
sourceChannelID.caller - the InstanceConnectionInfo object of the task manager which calls this methodjobID - the ID of the job the channel ID belongs tosourceChannelID - the ID of the channel to resolveIOException - thrown if an error occurs during the IPC callCopyright © 2015 The Apache Software Foundation. All rights reserved.