Uses of Interface
com.pervasive.datarush.graphs.StatisticsRegistry
Packages that use StatisticsRegistry
Package
Description
Provides classes and interfaces for the construction of executable
dataflow graphs.
Provides classes and interfaces for developing dataflow operators.
-
Uses of StatisticsRegistry in com.pervasive.datarush.graphs
Fields in com.pervasive.datarush.graphs declared as StatisticsRegistryModifier and TypeFieldDescriptionstatic final StatisticsRegistryStatisticsRegistry.DISABLEDA disabled statistics registryMethods in com.pervasive.datarush.graphs that return StatisticsRegistryModifier and TypeMethodDescriptionStatisticsRegistry.forAssignment(NodeAllocationState.AssignmentState assignment) Returns a statistics registry, re-scoped for the given assignment -
Uses of StatisticsRegistry in com.pervasive.datarush.operators
Methods in com.pervasive.datarush.operators that return StatisticsRegistryModifier and TypeMethodDescriptionDeferredCompositionContext.getStatisticsRegistry()Public only as a matter of implementation; operator authors should not invoke this method.ExecutionContext.getStatisticsRegistry()Returns a statistics registry that can be used for registering custom statistics.