Uses of Class
com.pervasive.datarush.monitoring.CounterDefinition
Packages that use CounterDefinition
Package
Description
Provides classes and interfaces for the construction of executable
dataflow graphs.
Provides classes and interfaces for reporting on commonly monitored resources
such as memory, threads, and I/O.
-
Uses of CounterDefinition in com.pervasive.datarush.graphs
Fields in com.pervasive.datarush.graphs declared as CounterDefinitionModifier and TypeFieldDescriptionstatic final CounterDefinitionLogicalStatistics.AUTO_SORTED_DATA_SETSThis is a planning statistic that indicates the number of datasets that were automatically sorted.static final CounterDefinitionLogicalStatistics.NON_PARALLEL_OPERATIONSThis is a planning statistic that indicates the number of non-parallel operations.static CounterDefinitionLogicalStatistics.READ_ROW_COUNTA connection statistic that provides the number of rows read by the downstream operator.static final CounterDefinitionLogicalStatistics.REDISTRIBUTED_DATA_SETSThis is a planning statistic that indicates the number of redistributed, scattered, or gathered datasets.static CounterDefinitionLogicalStatistics.SORT_ROW_COUNTA connection statistic that provides the number of rows implicitly sorted due to metadata mismatch.static final CounterDefinitionLogicalStatistics.STAGED_DATA_SETSThis is a planning statistic that indicates the number of staged datasets.static CounterDefinitionLogicalStatistics.WRITE_ROW_COUNTA connection statistic that provides the number of rows staged (usually due to repartitioning in a cluster or due to forced staging).Fields in com.pervasive.datarush.graphs with type parameters of type CounterDefinitionModifier and TypeFieldDescriptionstatic final List<CounterDefinition>LogicalStatistics.ROW_COUNTSReturns a list consisting of the various row count statistics:LogicalStatistics.WRITE_ROW_COUNTLogicalStatistics.SORT_ROW_COUNTLogicalStatistics.READ_ROW_COUNT -
Uses of CounterDefinition in com.pervasive.datarush.monitoring
Methods in com.pervasive.datarush.monitoring that return CounterDefinitionModifier and TypeMethodDescriptionCounterDefinition.aggregator(CounterAggregator aggregator) Sets the aggregator to use for aggregationstatic CounterDefinitionStatisticDefinition.cpuTime()A statistic that provides the cpu time in milliseconds.static CounterDefinitionStatisticDefinition.ioBytes(String provider, IOChannelOperation operation) A statistic that provides the number of io bytes.static CounterDefinitionStatisticDefinition.ioCount(String provider, IOChannelOperation operation) A statistic that provides the number of io operations.CounterDefinition.nonPartitioned(boolean nonPartitioned) Sets a shortened name that can be used in some ui display contexts.CounterDefinition.unitOfMeasure(UnitOfMeasure unitOfMeasure) Sets the unit of measure.