public class Operator extends Element
| Constructor and Description | 
|---|
| Operator() | 
| Modifier and Type | Method and Description | 
|---|---|
| long | getIndexWithinJob()Gets the index of this operator within the  Job | 
| java.util.List<InputPort> | getInputPorts()Gets a list of  input portsfor this operator | 
| java.lang.String | getLogicalName()The logical name of this operator. | 
| java.util.List<Metric> | getMetrics()Gets a list of  metricsfor this operator | 
| java.lang.String | getName()Name of this operator | 
| java.lang.String | getOperatorKind()SPL primitive operator type for this operator | 
| java.util.List<OutputPort> | getOutputPorts()Gets a list of  output portsfor this operator | 
| ProcessingElement | getPE()Get the PE for this operator. | 
| java.lang.String | getResourceType()Identifies the REST resource type | 
getStreamsConnection, refresh, toStringpublic java.lang.String getLogicalName()
public java.util.List<Metric> getMetrics() throws java.io.IOException
metrics for this operatorIBM Streams Metricsjava.io.IOExceptionpublic long getIndexWithinJob()
Jobpublic java.util.List<InputPort> getInputPorts() throws java.io.IOException
input ports for this operatorInput Ports for this operatorjava.io.IOExceptionpublic java.lang.String getName()
public java.lang.String getOperatorKind()
public java.util.List<OutputPort> getOutputPorts() throws java.io.IOException
output ports for this operatorOutput Ports for this operatorjava.io.IOExceptionpublic java.lang.String getResourceType()
public ProcessingElement getPE() throws java.io.IOException
java.io.IOException