com.ibm.streamsx.rest
Class PEOutputPort
- java.lang.Object
-
- com.ibm.streamsx.rest.Element
-
- com.ibm.streamsx.rest.PEOutputPort
-
public class PEOutputPort extends Element
A Output Port of the IBM Streams Processing Element
-
-
Constructor Summary
Constructors Constructor and Description PEOutputPort()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description long
getIndexWithinPE()
Gets the index of this output port within theprocessing element
java.util.List<Metric>
getMetrics()
Gets themetrics
for this output portjava.lang.String
getResourceType()
Identifies the REST resource typejava.lang.String
getTransportType()
Gets the transport type for this processing element output port-
Methods inherited from class com.ibm.streamsx.rest.Element
getStreamsConnection, refresh, toString
-
-
-
-
Method Detail
-
getIndexWithinPE
public long getIndexWithinPE()
Gets the index of this output port within theprocessing element
- Returns:
- the index as a long
-
getMetrics
public java.util.List<Metric> getMetrics() throws java.io.IOException
Gets themetrics
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"
-
-