Uses of Interface
com.pervasive.datarush.graphs.LogicalGraph
Packages that use LogicalGraph
Package
Description
Provides classes and interfaces for the construction of executable
dataflow graphs.
Provides classes and interfaces for developing dataflow operators.
-
Uses of LogicalGraph in com.pervasive.datarush.graphs
Subinterfaces of LogicalGraph in com.pervasive.datarush.graphsModifier and TypeInterfaceDescriptioninterfaceExtension ofLogicalGraphused byIterativeOperator's.Methods in com.pervasive.datarush.graphs that return LogicalGraphModifier and TypeMethodDescriptionLogicalGraphWithConfig.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.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.Constructors in com.pervasive.datarush.graphs with parameters of type LogicalGraphModifierConstructorDescriptionLogicalGraphWithConfig(EngineConfig engineConfiguration, LogicalGraph graph) -
Uses of LogicalGraph in com.pervasive.datarush.operators
Methods in com.pervasive.datarush.operators that return LogicalGraphModifier and TypeMethodDescriptionExecutionContext.newSubgraph()Creates a new subgraph to use within this execution context.ExecutionContext.newSubgraph(String name) Creates a new subgraph to use within this execution context.Methods in com.pervasive.datarush.operators with parameters of type LogicalGraphModifier and TypeMethodDescriptionprotected final LogicalGraphInstanceAbstractOperatorTestCase.compile(LogicalGraph graph) final LogicalGraphInstanceOperatorTestHelper.compile(LogicalGraph graph) protected final voidAbstractOperatorTestCase.negativeCompile(LogicalGraph graph) final voidOperatorTestHelper.negativeCompile(LogicalGraph graph) protected final voidAbstractOperatorTestCase.negativeRun(LogicalGraph graph) final voidOperatorTestHelper.negativeRun(LogicalGraph graph) protected final LogicalGraphInstanceAbstractOperatorTestCase.run(LogicalGraph graph) final LogicalGraphInstanceOperatorTestHelper.run(LogicalGraph graph) protected final LogicalGraphInstanceAbstractOperatorTestCase.testClusterDistributedOutput(LogicalGraph graph, RecordPort port, String testName, int partitions) protected final LogicalGraphInstanceAbstractOperatorTestCase.testClusterOutput(LogicalGraph graph, RecordPort port, String testName, int partitions) protected final LogicalGraphInstanceAbstractOperatorTestCase.testDistributedOutput(LogicalGraph graph, RecordPort port, String testName) protected final LogicalGraphInstanceAbstractOperatorTestCase.testDistributedOutput(LogicalGraph graph, RecordPort port, String testName, boolean sort) protected final LogicalGraphInstanceAbstractOperatorTestCase.testDistributedOutput(LogicalGraph graph, RecordPort port, String testName, int partitions) final LogicalGraphInstanceOperatorTestHelper.testDistributedOutput(LogicalGraph graph, RecordPort port) final LogicalGraphInstanceOperatorTestHelper.testDistributedOutput(LogicalGraph graph, RecordPort port, boolean sort) protected final LogicalGraphInstanceAbstractOperatorTestCase.testLocalOutput(LogicalGraph graph, RecordPort port, String testName) protected final LogicalGraphInstanceAbstractOperatorTestCase.testLocalOutput(LogicalGraph graph, RecordPort port, String testName, boolean sort) protected final LogicalGraphInstanceAbstractOperatorTestCase.testLocalOutput(LogicalGraph graph, RecordPort port, String testName, int partitions) final LogicalGraphInstanceOperatorTestHelper.testLocalOutput(LogicalGraph graph, RecordPort port) final LogicalGraphInstanceOperatorTestHelper.testLocalOutput(LogicalGraph graph, RecordPort port, boolean sort)