Uses of Class
com.pervasive.datarush.graphs.LogicalStatistic.Builder
Packages that use LogicalStatistic.Builder
Package
Description
Provides classes and interfaces for the construction of executable
dataflow graphs.
-
Uses of LogicalStatistic.Builder in com.pervasive.datarush.graphs
Methods in com.pervasive.datarush.graphs that return LogicalStatistic.BuilderModifier and TypeMethodDescriptionLogicalStatistic.Builder.assignment(NodeAllocationState.AssignmentState assignment) Sets the value forLogicalStatistic.originalNodeID()andLogicalStatistic.nodeID()based on the specified assignment.LogicalStatistic.Builder.define(RuntimeStatistic<?> statistic) Sets the values forLogicalStatistic.definition()andLogicalStatistic.supplier()based on those specified.<T extends StatisticSupplier>
LogicalStatistic.BuilderLogicalStatistic.Builder.define(StatisticDefinition<T> definition, T supplier) Sets the values forLogicalStatistic.definition()andLogicalStatistic.supplier()based on those specified.LogicalStatistic.Builder.nodeID(VirtualNodeID nodeID) Sets the value forLogicalStatistic.nodeID().LogicalStatistic.Builder.originalNodeID(VirtualNodeID originalNodeID) Sets the value forLogicalStatistic.originalNodeID().Sets the value forLogicalStatistic.path().