Uses of Class
com.google.cloud.hadoop.fs.gcs.GhfsStatistic
-
Packages that use GhfsStatistic Package Description com.google.cloud.hadoop.fs.gcs -
-
Uses of GhfsStatistic in com.google.cloud.hadoop.fs.gcs
Fields in com.google.cloud.hadoop.fs.gcs with type parameters of type GhfsStatistic Modifier and Type Field Description static com.google.common.collect.ImmutableSet<GhfsStatistic>GhfsStatistic. VALUESMethods in com.google.cloud.hadoop.fs.gcs that return GhfsStatistic Modifier and Type Method Description static GhfsStatisticGhfsStatistic. fromSymbol(String symbol)Get a statistic from a symbol.static GhfsStatisticGhfsStatistic. valueOf(String name)Returns the enum constant of this type with the specified name.static GhfsStatistic[]GhfsStatistic. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.hadoop.fs.gcs with parameters of type GhfsStatistic Modifier and Type Method Description protected org.apache.hadoop.metrics2.lib.MutableCounterLongGhfsInstrumentation. counter(GhfsStatistic op)Create a counter in the registry for metrics in GhfsStatistic.protected voidGhfsInstrumentation. duration(GhfsStatistic op)Registering a duration adds the success and failure counters.protected org.apache.hadoop.metrics2.lib.MutableGaugeLongGhfsInstrumentation. gauge(GhfsStatistic op)Create a gauge in the registry.voidGhfsInstrumentation. incrementCounter(GhfsStatistic op, long count)Increments a mutable counter and the matching instance IOStatistics counter.
-