com.ibm.streams.management.job
Interface ParallelChannel
-
public interface ParallelChannelParallelChannel contains information about a channel of a parallel region used to route tuple data of an operator.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description intgetIndexWithinRegion()Returns the channel index within the parallel region.java.lang.StringgetLogicalOperatorName()Returns the logical name of the parallelized operator introducing the region.
-
-
-
Method Detail
-
getLogicalOperatorName
java.lang.String getLogicalOperatorName()
Returns the logical name of the parallelized operator introducing the region.- Returns:
- the logical operator name.
-
getIndexWithinRegion
int getIndexWithinRegion()
Returns the channel index within the parallel region.- Returns:
- the channel index.
-
-