Uses of Interface
com.pervasive.datarush.graphs.LogicalGraphInstanceView
-
Packages that use LogicalGraphInstanceView Package Description com.pervasive.datarush.graphs 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.graphs Modifier and Type Interface Description interfaceLogicalGraphInstanceThe executable artifact of a logical graph.Methods in com.pervasive.datarush.graphs that return LogicalGraphInstanceView Modifier and Type Method Description LogicalGraphInstanceViewLogicalGraphInstanceView. getSnapshot()Returns a snapshot that reflects a point-in-time of this graph instanceLogicalGraphInstanceViewLogicalGraph. validate()Performs validation but does not return an executable graph.LogicalGraphInstanceViewLogicalGraph. 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 LogicalGraphInstanceView Modifier and Type Method Description List<? 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 LogicalGraphInstanceView Modifier and Type Method Description static StatisticsMapLogicalStatistics. aggregate(LogicalGraphInstanceView graph)Performs aggregation across all statistics within a graph
-