com.ibm.streams.management.job

Interface ParallelChannel



  • public interface ParallelChannel
    ParallelChannel contains information about a channel of a parallel region used to route tuple data of an operator.
    • 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.
IBM InfoSphere Streams JMX API