Package | Description |
---|---|
com.pervasive.datarush.graphs |
Provides classes and interfaces for the construction of executable
dataflow graphs.
|
com.pervasive.datarush.operators |
Provides classes and interfaces for developing dataflow operators.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LogicalSubgraph
Extension of
LogicalGraph used by IterativeOperator 's. |
Modifier and Type | Method and Description |
---|---|
LogicalGraph |
LogicalGraphWithConfig.getLogicalGraph() |
static LogicalGraph |
LogicalGraphFactory.newLogicalGraph()
Creates an empty logical graph.
|
static LogicalGraph |
LogicalGraphFactory.newLogicalGraph(OperatorSettings settings)
Creates an empty logical graph with specified
OperatorSettings . |
static LogicalGraph |
LogicalGraphFactory.newLogicalGraph(OperatorSettings settings,
EngineConfig defaultConfig)
Creates an empty logical graph with specified
OperatorSettings and
default EngineConfig . |
static LogicalGraph |
LogicalGraphFactory.newLogicalGraph(String name)
Creates an empty logical graph with a specified name.
|
LogicalGraph |
LogicalSubgraphFactory.newSubgraph()
Creates a new subgraph, The subgraph has access to the input ports of
the iterative operator such that they can be connected to other operators
added to the subgraph.
|
Constructor and Description |
---|
LogicalGraphWithConfig(EngineConfig engineConfiguration,
LogicalGraph graph) |
Modifier and Type | Method and Description |
---|---|
LogicalGraph |
ExecutionContext.newSubgraph()
Creates a new subgraph to use within this execution context.
|
LogicalGraph |
ExecutionContext.newSubgraph(String name)
Creates a new subgraph to use within this execution context.
|
Copyright © 2020 Actian Corporation. All rights reserved.