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 ports for this operator |
java.lang.String |
getLogicalName()
The logical name of this operator.
|
java.util.List<Metric> |
getMetrics()
Gets a list of
metrics for 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 ports for this operator |
ProcessingElement |
getPE()
Get the PE for this operator.
|
java.lang.String |
getResourceType()
Identifies the REST resource type
|
getStreamsConnection, refresh, toString
public java.lang.String getLogicalName()
public java.util.List<Metric> getMetrics() throws java.io.IOException
metrics
for this operatorIBM Streams Metrics
java.io.IOException
public long getIndexWithinJob()
Job
public java.util.List<InputPort> getInputPorts() throws java.io.IOException
input ports
for this operatorInput Ports
for this operatorjava.io.IOException
public 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.IOException
public java.lang.String getResourceType()
public ProcessingElement getPE() throws java.io.IOException
java.io.IOException