Uses of Class
org.apache.hadoop.metrics2.lib.MutableCounterLong
Packages that use MutableCounterLong
Package
Description
Implementation support for statistics.
RPC related metrics.
A collection of library classes for implementing metrics sources
-
Uses of MutableCounterLong in org.apache.hadoop.fs.statistics.impl
Methods in org.apache.hadoop.fs.statistics.impl with parameters of type MutableCounterLongModifier and TypeMethodDescriptionDynamicIOStatisticsBuilder.withMutableCounter(String key, MutableCounterLong source) Build a dynamic counter statistic from aMutableCounterLong. -
Uses of MutableCounterLong in org.apache.hadoop.ipc.metrics
Methods in org.apache.hadoop.ipc.metrics that return MutableCounterLong -
Uses of MutableCounterLong in org.apache.hadoop.metrics2.lib
Methods in org.apache.hadoop.metrics2.lib that return MutableCounterLongModifier and TypeMethodDescriptionMetricsRegistry.newCounter(String name, String desc, long iVal) Create a mutable long integer counterMetricsRegistry.newCounter(MetricsInfo info, long iVal) Create a mutable long integer counter