Uses of Interface
com.google.cloud.bigtable.metrics.Counter
-
Packages that use Counter Package Description com.google.cloud.bigtable.metrics -
-
Uses of Counter in com.google.cloud.bigtable.metrics
Methods in com.google.cloud.bigtable.metrics that return Counter Modifier and Type Method and Description static Counter
BigtableClientMetrics. counter(BigtableClientMetrics.MetricLevel level, String name)
Creates a namedCounter
.Counter
MetricRegistry. counter(String name)
Creates a namedCounter
.Counter
DropwizardMetricRegistry. counter(String name)
Creates a namedCounter
that wraps a Dropwizard MetricsCounter
.
-