com.ibm.streamsx.rest

Class PEOutputPort



  • public class PEOutputPort
    extends Element
    A Output Port of the IBM Streams Processing Element
    • Constructor Detail

      • PEOutputPort

        public PEOutputPort()
    • Method Detail

      • getIndexWithinPE

        public long getIndexWithinPE()
        Gets the index of this output port within the processing element
        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
      • getTransportType

        public java.lang.String getTransportType()
        Gets the transport type for this processing element output port
        Returns:
        the transport type containing one of the following possible values:
        • tcp
        • llm-rum-tcp
        • llm-rum-ib
      • getResourceType

        public java.lang.String getResourceType()
        Identifies the REST resource type
        Returns:
        "peOutputPort"
streamsx.topology 2.1 @ IBMStreams GitHub