Uses of Package
com.pervasive.datarush.graphs
-
Packages that use com.pervasive.datarush.graphs Package Description com.pervasive.datarush.analytics.pmml Provides shared and base classes for PMML model representation of Analytics algorithms.com.pervasive.datarush.coercion Provides classes for dynamic coercion of data structures (for example, arrays and maps) to complex Java objects.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.com.pervasive.datarush.ports Provides classes and interfaces related to receiving and sending data in a dataflow graph.com.pervasive.datarush.ports.record Provides implementations of port objects related to the flow of record sets between operators.com.pervasive.datarush.types Provides classes and interfaces for the description of token data types. -
Classes in com.pervasive.datarush.graphs used by com.pervasive.datarush.analytics.pmml Class Description EngineConfig A collection of engine configuration settings.EngineProperty Defined configuration properties for the DataRush engine. -
Classes in com.pervasive.datarush.graphs used by com.pervasive.datarush.coercion Class Description EngineConfig A collection of engine configuration settings. -
Classes in com.pervasive.datarush.graphs used by com.pervasive.datarush.graphs Class Description DROperatorException Wrapper for errors occurring during the execution of a dataflow graph.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 monitoringEngineConfig.Sort Settings in this object determine default tuning for theSort
operator.EngineProperty Defined configuration properties for the DataRush engine.GraphCompilationListener Provides notification whenever an operator is compiled.GraphPath A sequence of names typically used to identify elements within nested namespaces.GraphState Describes the state of aLogicalGraphInstance
.InputPortInstance A runtime instance of aLogicalPort
.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 ofLogicalGraphInstance
LogicalStatistic Statistic associated with aLogicalPort
or aLogicalOperator
.LogicalStatistic.Builder A builder for statistics.OperatorInstance A runtime instance of aLogicalOperator
.OperatorState The execution state of an operator within a graph.OutputPortInstance A runtime instance of aLogicalPort
.PortInstance A runtime instance of aLogicalPort
.PropertyValued Shared interface implemented byLogicalGraph
andOpenComposite
.StatisticsRegistry For advanced use only; operator authors should not need to access this class. -
Classes in com.pervasive.datarush.graphs used by com.pervasive.datarush.operators Class Description EngineConfig A collection of engine configuration settings.GraphPath A sequence of names typically used to identify elements within nested namespaces.LogicalGraph Represents a logical graph which is intended to be executed.LogicalGraphInstance The executable artifact of a logical graph.LogicalSubgraph Extension ofLogicalGraph
used byIterativeOperator
's.LogicalSubgraphFactory Interface for creating subgraphs.PropertyValued Shared interface implemented byLogicalGraph
andOpenComposite
.StatisticsRegistry For advanced use only; operator authors should not need to access this class. -
Classes in com.pervasive.datarush.graphs used by com.pervasive.datarush.ports Class Description EngineConfig A collection of engine configuration settings. -
Classes in com.pervasive.datarush.graphs used by com.pervasive.datarush.ports.record Class Description LogicalSubgraph Extension ofLogicalGraph
used byIterativeOperator
's. -
Classes in com.pervasive.datarush.graphs used by com.pervasive.datarush.types Class Description GraphPath A sequence of names typically used to identify elements within nested namespaces.