Uses of Class
com.pervasive.datarush.monitoring.CounterDefinition
-
Packages that use CounterDefinition Package Description com.pervasive.datarush.graphs Provides classes and interfaces for the construction of executable dataflow graphs.com.pervasive.datarush.monitoring 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 CounterDefinition Modifier and Type Field Description static CounterDefinitionLogicalStatistics. AUTO_SORTED_DATA_SETSThis is a planning statistic that indicates the number of datasets that were automatically sorted.static 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 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 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 CounterDefinition Modifier and Type Field Description static 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 CounterDefinition Modifier and Type Method Description CounterDefinitionCounterDefinition. aggregator(CounterAggregator aggregator)Sets the aggregator to use for aggregationCounterDefinitionCounterDefinition. category(String category)static 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.CounterDefinitionCounterDefinition. nonPartitioned(boolean nonPartitioned)CounterDefinitionCounterDefinition. shortName(String shortName)Sets a shortened name that can be used in some ui display contexts.CounterDefinitionCounterDefinition. unitOfMeasure(UnitOfMeasure unitOfMeasure)Sets the unit of measure.
-