Uses of Interface
com.pervasive.datarush.graphs.LogicalGraph
-
Packages that use LogicalGraph 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. -
-
Uses of LogicalGraph in com.pervasive.datarush.graphs
Subinterfaces of LogicalGraph in com.pervasive.datarush.graphs Modifier and Type Interface Description interfaceLogicalSubgraphExtension ofLogicalGraphused byIterativeOperator's.Methods in com.pervasive.datarush.graphs that return LogicalGraph Modifier and Type Method Description LogicalGraphLogicalGraphWithConfig. getLogicalGraph()static LogicalGraphLogicalGraphFactory. newLogicalGraph()Creates an empty logical graph.static LogicalGraphLogicalGraphFactory. newLogicalGraph(OperatorSettings settings)Creates an empty logical graph with specifiedOperatorSettings.static LogicalGraphLogicalGraphFactory. newLogicalGraph(OperatorSettings settings, EngineConfig defaultConfig)Creates an empty logical graph with specifiedOperatorSettingsand defaultEngineConfig.static LogicalGraphLogicalGraphFactory. newLogicalGraph(String name)Creates an empty logical graph with a specified name.LogicalGraphLogicalSubgraphFactory. 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.Constructors in com.pervasive.datarush.graphs with parameters of type LogicalGraph Constructor Description LogicalGraphWithConfig(EngineConfig engineConfiguration, LogicalGraph graph) -
Uses of LogicalGraph in com.pervasive.datarush.operators
Methods in com.pervasive.datarush.operators that return LogicalGraph Modifier and Type Method Description LogicalGraphExecutionContext. newSubgraph()Creates a new subgraph to use within this execution context.LogicalGraphExecutionContext. newSubgraph(String name)Creates a new subgraph to use within this execution context.Methods in com.pervasive.datarush.operators with parameters of type LogicalGraph Modifier and Type Method Description protected LogicalGraphInstanceAbstractOperatorTestCase. compile(LogicalGraph graph)LogicalGraphInstanceOperatorTestHelper. compile(LogicalGraph graph)protected voidAbstractOperatorTestCase. negativeCompile(LogicalGraph graph)voidOperatorTestHelper. negativeCompile(LogicalGraph graph)protected voidAbstractOperatorTestCase. negativeRun(LogicalGraph graph)voidOperatorTestHelper. negativeRun(LogicalGraph graph)protected LogicalGraphInstanceAbstractOperatorTestCase. run(LogicalGraph graph)LogicalGraphInstanceOperatorTestHelper. run(LogicalGraph graph)protected LogicalGraphInstanceAbstractOperatorTestCase. testClusterDistributedOutput(LogicalGraph graph, RecordPort port, String testName, int partitions)protected LogicalGraphInstanceAbstractOperatorTestCase. testClusterOutput(LogicalGraph graph, RecordPort port, String testName, int partitions)protected LogicalGraphInstanceAbstractOperatorTestCase. testDistributedOutput(LogicalGraph graph, RecordPort port, String testName)protected LogicalGraphInstanceAbstractOperatorTestCase. testDistributedOutput(LogicalGraph graph, RecordPort port, String testName, boolean sort)protected LogicalGraphInstanceAbstractOperatorTestCase. testDistributedOutput(LogicalGraph graph, RecordPort port, String testName, int partitions)LogicalGraphInstanceOperatorTestHelper. testDistributedOutput(LogicalGraph graph, RecordPort port)LogicalGraphInstanceOperatorTestHelper. testDistributedOutput(LogicalGraph graph, RecordPort port, boolean sort)protected LogicalGraphInstanceAbstractOperatorTestCase. testLocalOutput(LogicalGraph graph, RecordPort port, String testName)protected LogicalGraphInstanceAbstractOperatorTestCase. testLocalOutput(LogicalGraph graph, RecordPort port, String testName, boolean sort)protected LogicalGraphInstanceAbstractOperatorTestCase. testLocalOutput(LogicalGraph graph, RecordPort port, String testName, int partitions)LogicalGraphInstanceOperatorTestHelper. testLocalOutput(LogicalGraph graph, RecordPort port)LogicalGraphInstanceOperatorTestHelper. testLocalOutput(LogicalGraph graph, RecordPort port, boolean sort)
-