Uses of Enum Class
org.apache.hadoop.hbase.quotas.RpcThrottlingException.Type
Packages that use RpcThrottlingException.Type
Package
Description
-
Uses of RpcThrottlingException.Type in org.apache.hadoop.hbase.quotas
Fields in org.apache.hadoop.hbase.quotas declared as RpcThrottlingException.TypeMethods in org.apache.hadoop.hbase.quotas that return RpcThrottlingException.TypeModifier and TypeMethodDescriptionRpcThrottlingException.getType()static RpcThrottlingException.TypeReturns the enum constant of this class with the specified name.static RpcThrottlingException.Type[]RpcThrottlingException.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.hbase.quotas with parameters of type RpcThrottlingException.TypeModifier and TypeMethodDescriptionprivate static voidRpcThrottlingException.throwThrottlingException(RpcThrottlingException.Type type, long waitInterval) Constructors in org.apache.hadoop.hbase.quotas with parameters of type RpcThrottlingException.TypeModifierConstructorDescriptionRpcThrottlingException(RpcThrottlingException.Type type, long waitInterval, String msg) -
Uses of RpcThrottlingException.Type in org.apache.hadoop.hbase.regionserver
Methods in org.apache.hadoop.hbase.regionserver with parameters of type RpcThrottlingException.TypeModifier and TypeMethodDescriptionvoidMetricsRegionServer.recordThrottleException(RpcThrottlingException.Type throttleType, String user, String table) Record a throttle exception with contextual information. -
Uses of RpcThrottlingException.Type in org.apache.hadoop.hbase.regionserver.metrics
Methods in org.apache.hadoop.hbase.regionserver.metrics with parameters of type RpcThrottlingException.TypeModifier and TypeMethodDescriptionprivate static StringMetricsThrottleExceptions.qualifyThrottleMetric(RpcThrottlingException.Type throttleType, String user, String table) voidMetricsThrottleExceptions.recordThrottleException(RpcThrottlingException.Type throttleType, String user, String table) Record a throttle exception with contextual information.