com.google.cloud.bigtable.grpc.async
Class ResourceLimiterStats
- java.lang.Object
-
- com.google.cloud.bigtable.grpc.async.ResourceLimiterStats
-
public class ResourceLimiterStats extends Object
This class tracks timing and counts of mutations performed byBulkMutation
and throttling performed byResourceLimiter
.
-
-
Constructor Summary
Constructors Constructor and Description ResourceLimiterStats()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description long
getCumulativeThrottlingTimeNanos()
static ResourceLimiterStats
getInstance(BigtableInstanceName instanceName)
com.codahale.metrics.Timer
getMutationTimer()
com.codahale.metrics.Timer
getThrottlingTimer()
-
-
-
Method Detail
-
getInstance
public static ResourceLimiterStats getInstance(BigtableInstanceName instanceName)
-
getMutationTimer
public com.codahale.metrics.Timer getMutationTimer()
-
getThrottlingTimer
public com.codahale.metrics.Timer getThrottlingTimer()
-
getCumulativeThrottlingTimeNanos
public long getCumulativeThrottlingTimeNanos()
-
-