public final class LogicalGraphInstances extends Object
LogicalGraphInstance
.Modifier and Type | Method and Description |
---|---|
static List<LogicalStatistic> |
getConnectionStatistics(LogicalGraphInstance instance,
LogicalPort inputPort)
Returns the connection statistics associated with the given input port.
|
static List<Throwable> |
getExceptions(LogicalGraphInstance instance,
LogicalOperator operator)
Returns the exceptions associated with the given operator.
|
static OperatorState |
getOperatorState(LogicalGraphInstance instance,
LogicalOperator operator)
Returns the operator state associated with the given operator.
|
static List<LogicalStatistic> |
getOperatorStatistics(LogicalGraphInstance instance,
LogicalOperator operator)
Returns the operator statistics associated with the given operator.
|
public static OperatorState getOperatorState(LogicalGraphInstance instance, LogicalOperator operator)
OperatorState.INITIAL
if the operator is not found in the graph.instance
- the logical graph instanceoperator
- the operatorpublic static List<Throwable> getExceptions(LogicalGraphInstance instance, LogicalOperator operator)
instance
- the logical graph instanceoperator
- the operatorpublic static List<LogicalStatistic> getConnectionStatistics(LogicalGraphInstance instance, LogicalPort inputPort)
instance
- the logical graph instanceinputPort
- the input portpublic static List<LogicalStatistic> getOperatorStatistics(LogicalGraphInstance instance, LogicalOperator operator)
instance
- the logical graph instanceoperator
- the operatorCopyright © 2020 Actian Corporation. All rights reserved.