Package com.teracloud.streams.rest
Class PEOutputPort
java.lang.Object
com.teracloud.streams.rest.Element
com.teracloud.streams.rest.PEOutputPort
A Output Port of the Streams Processing Element
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Gets the index of this output port within theprocessing element
Gets themetrics
for this output portIdentifies the REST resource typeGets the transport type for this processing element output portMethods inherited from class com.teracloud.streams.rest.Element
getStreamsConnection, refresh, toString
-
Constructor Details
-
PEOutputPort
public PEOutputPort()
-
-
Method Details
-
getIndexWithinPE
public long getIndexWithinPE()Gets the index of this output port within theprocessing element
- Returns:
- the index as a long
-
getMetrics
Gets themetrics
for this output port- Returns:
- List of
Streams Metrics
- Throws:
IOException
-
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
Identifies the REST resource type- Returns:
- "peOutputPort"
-