Package org.apache.hadoop.hbase.quotas
Class QuotaLimiterFactory
java.lang.Object
org.apache.hadoop.hbase.quotas.QuotaLimiterFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic QuotaLimiter
fromThrottle
(org.apache.hadoop.hbase.shaded.protobuf.generated.QuotaProtos.Throttle throttle) static QuotaLimiter
update
(QuotaLimiter a, QuotaLimiter b)
-
Constructor Details
-
QuotaLimiterFactory
public QuotaLimiterFactory()
-
-
Method Details
-
fromThrottle
public static QuotaLimiter fromThrottle(org.apache.hadoop.hbase.shaded.protobuf.generated.QuotaProtos.Throttle throttle) -
update
-