Uses of Interface
com.pervasive.datarush.graphs.StatisticsRegistry
-
Packages that use StatisticsRegistry Package Description com.pervasive.datarush.graphs Provides classes and interfaces for the construction of executable dataflow graphs.com.pervasive.datarush.operators Provides classes and interfaces for developing dataflow operators. -
-
Uses of StatisticsRegistry in com.pervasive.datarush.graphs
Fields in com.pervasive.datarush.graphs declared as StatisticsRegistry Modifier and Type Field Description static StatisticsRegistry
StatisticsRegistry. DISABLED
A disabled statistics registryMethods in com.pervasive.datarush.graphs that return StatisticsRegistry Modifier and Type Method Description StatisticsRegistry
StatisticsRegistry. 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 StatisticsRegistry Modifier and Type Method Description StatisticsRegistry
DeferredCompositionContext. getStatisticsRegistry()
Public only as a matter of implementation; operator authors should not invoke this method.StatisticsRegistry
ExecutionContext. getStatisticsRegistry()
Returns a statistics registry that can be used for registering custom statistics.
-