Uses of Interface
com.pervasive.datarush.graphs.LogicalGraphInstanceView
Packages that use LogicalGraphInstanceView
Package
Description
Provides classes and interfaces for the construction of executable
dataflow graphs.
-
Uses of LogicalGraphInstanceView in com.pervasive.datarush.graphs
Subinterfaces of LogicalGraphInstanceView in com.pervasive.datarush.graphsModifier and TypeInterfaceDescriptioninterfaceThe executable artifact of a logical graph.Methods in com.pervasive.datarush.graphs that return LogicalGraphInstanceViewModifier and TypeMethodDescriptionLogicalGraphInstanceView.getSnapshot()Returns a snapshot that reflects a point-in-time of this graph instanceLogicalGraph.validate()Performs validation but does not return an executable graph.LogicalGraph.validate(EngineConfig config) Performs validation but does not return an executable graph.Methods in com.pervasive.datarush.graphs that return types with arguments of type LogicalGraphInstanceViewModifier and TypeMethodDescriptionList<? extends LogicalGraphInstanceView>InputPortInstance.getSubgraphs()Returns a list of subgraphs that were executed for this connection.List<? extends LogicalGraphInstanceView>OperatorInstance.getSubgraphs()Returns a list of subgraphs that this operator has executed.Methods in com.pervasive.datarush.graphs with parameters of type LogicalGraphInstanceViewModifier and TypeMethodDescriptionstatic StatisticsMapLogicalStatistics.aggregate(LogicalGraphInstanceView graph) Performs aggregation across all statistics within a graph