See: Description
Interface | Description |
---|---|
GraphCompilationListener |
Provides notification whenever an operator is compiled.
|
GraphPath |
A sequence of names typically used to identify elements within nested
namespaces.
|
InputPortInstance |
A runtime instance of a
LogicalPort . |
LogicalGraph |
Represents a logical graph which is intended to be executed.
|
LogicalGraphInstance |
The executable artifact of a logical graph.
|
LogicalGraphInstanceView |
A read-only super-interface of
LogicalGraphInstance |
LogicalSubgraph |
Extension of
LogicalGraph used by IterativeOperator 's. |
LogicalSubgraphFactory |
Interface for creating subgraphs.
|
OperatorInstance |
A runtime instance of a
LogicalOperator . |
OutputPortInstance |
A runtime instance of a
LogicalPort . |
PortInstance |
A runtime instance of a
LogicalPort . |
PropertyValued |
Shared interface implemented by
LogicalGraph and OpenComposite . |
StatisticsRegistry |
For advanced use only; operator authors should not need to access this class.
|
Class | Description |
---|---|
EngineConfig |
A collection of engine configuration settings.
|
EngineConfig.Ports |
Nested class containing settings specific to ports.
|
EngineConfig.RemoteMonitoring |
Settings in this object determine settings for remote monitoring
|
EngineConfig.Sort |
Settings in this object determine
default tuning for the
Sort operator. |
EngineProperty<T> |
Defined configuration properties for the DataRush engine.
|
GraphPaths |
Factory for generating paths which provides for a standard separator and an
escaping mechanism.
|
LogicalGraphFactory |
Public factory for creating initially empty logical graphs.
|
LogicalGraphInstances |
Miscellaneous utilities for working with
LogicalGraphInstance . |
LogicalGraphWithConfig | |
LogicalStatistic |
Statistic associated with a
LogicalPort or
a LogicalOperator . |
LogicalStatistic.Builder |
A builder for statistics.
|
LogicalStatistics |
Miscellaneous utilities and constants associated with the
LogicalStatistic class. |
Enum | Description |
---|---|
GraphState |
Describes the state of a
LogicalGraphInstance . |
OperatorState |
The execution state of an operator within a graph.
|
Exception | Description |
---|---|
DROperatorException |
Wrapper for errors occurring during the execution of a dataflow
graph.
|
GraphCancellationException |
Thrown to indicate the cancellation of a running dataflow
graph.
|
PathParseException |
Exception thrown when the serialization of a path cannot be parsed.
|
Copyright © 2020 Actian Corporation. All rights reserved.