com.ibm.streamsx.rest

Class OutputPort



  • public class OutputPort
    extends Element
    An Output Port of the IBM Streams Operator
    • Constructor Detail

      • OutputPort

        public OutputPort()
    • Method Detail

      • getIndexWithinOperator

        public long getIndexWithinOperator()
        Gets the index of this output port within the operator
        Returns:
        the index as a long
      • getMetrics

        public java.util.List<Metric> getMetrics()
                                          throws java.io.IOException
        Gets the metrics for this output port
        Returns:
        List of IBM Streams Metrics
        Throws:
        java.io.IOException
      • getName

        public java.lang.String getName()
        Gets the name for this output port
        Returns:
        the output port name
      • getResourceType

        public java.lang.String getResourceType()
        Identifies the REST resource type
        Returns:
        "operatorOutputPort"
      • getStreamName

        public java.lang.String getStreamName()
        Identifies the name of the output stream associated with this output port
        Returns:
        the output stream name for this port
streamsx.topology 2.1 @ IBMStreams GitHub