Package | Description |
---|---|
com.pervasive.datarush.graphs |
Provides classes and interfaces for the construction of executable
dataflow graphs.
|
Modifier and Type | Method and Description |
---|---|
LogicalGraphInstance |
LogicalGraph.compile()
Creates an executable instance of the logical graph.
|
LogicalGraphInstance |
LogicalGraph.compile(EngineConfig config)
Creates an executable instance of the logical graph.
|
LogicalGraphInstance |
LogicalGraph.run()
Creates an instance of the logical graph and executes it
synchronously.
|
LogicalGraphInstance |
LogicalGraph.run(EngineConfig config)
Creates an instance of the logical graph and executes it
synchronously.
|
Modifier and Type | Method and Description |
---|---|
static List<LogicalStatistic> |
LogicalGraphInstances.getConnectionStatistics(LogicalGraphInstance instance,
LogicalPort inputPort)
Returns the connection statistics associated with the given input port.
|
static List<Throwable> |
LogicalGraphInstances.getExceptions(LogicalGraphInstance instance,
LogicalOperator operator)
Returns the exceptions associated with the given operator.
|
static OperatorState |
LogicalGraphInstances.getOperatorState(LogicalGraphInstance instance,
LogicalOperator operator)
Returns the operator state associated with the given operator.
|
static List<LogicalStatistic> |
LogicalGraphInstances.getOperatorStatistics(LogicalGraphInstance instance,
LogicalOperator operator)
Returns the operator statistics associated with the given operator.
|
Copyright © 2020 Actian Corporation. All rights reserved.