Uses of Class
org.apache.hadoop.hbase.quotas.GlobalQuotaSettingsImpl
-
Uses of GlobalQuotaSettingsImpl in org.apache.hadoop.hbase.quotas
Modifier and TypeMethodDescriptionMasterQuotaManager.SetQuotaOperations.fetch()
Fetches the current quota settings for the subject.protected GlobalQuotaSettingsImpl
GlobalQuotaSettingsImpl.merge
(QuotaSettings other) Modifier and TypeMethodDescriptionvoid
MasterQuotaManager.SetQuotaOperations.postApply
(GlobalQuotaSettingsImpl quotaPojo) Performs some action afterMasterQuotaManager.SetQuotaOperations.update(GlobalQuotaSettingsImpl)
with the resulting quota from the request action for the subject.void
MasterQuotaManager.SetQuotaOperations.preApply
(GlobalQuotaSettingsImpl quotaPojo) Performs some action beforeMasterQuotaManager.SetQuotaOperations.update(GlobalQuotaSettingsImpl)
with the current quota for the subject.void
MasterQuotaManager.SetQuotaOperations.update
(GlobalQuotaSettingsImpl quotaPojo) Persist the given quota for the subject.