Package | Description |
---|---|
com.pervasive.datarush.graphs |
Provides classes and interfaces for the construction of executable
dataflow graphs.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LogicalGraphInstance
The executable artifact of a logical graph.
|
Modifier and Type | Method and Description |
---|---|
LogicalGraphInstanceView |
LogicalGraphInstanceView.getSnapshot()
Returns a snapshot that reflects a point-in-time of this graph instance
|
LogicalGraphInstanceView |
LogicalGraph.validate()
Performs validation but does not return an executable graph.
|
LogicalGraphInstanceView |
LogicalGraph.validate(EngineConfig config)
Performs validation but does not return an executable graph.
|
Modifier and Type | Method and Description |
---|---|
List<? extends LogicalGraphInstanceView> |
OperatorInstance.getSubgraphs()
Returns a list of subgraphs that this operator has executed.
|
List<? extends LogicalGraphInstanceView> |
InputPortInstance.getSubgraphs()
Returns a list of subgraphs that were executed for this connection.
|
Modifier and Type | Method and Description |
---|---|
static StatisticsMap |
LogicalStatistics.aggregate(LogicalGraphInstanceView graph)
Performs aggregation across all statistics within a graph
|
Copyright © 2020 Actian Corporation. All rights reserved.