Uses of Class
org.apache.hadoop.hbase.quotas.GlobalQuotaSettingsImpl
Packages that use GlobalQuotaSettingsImpl
-
Uses of GlobalQuotaSettingsImpl in org.apache.hadoop.hbase.quotas
Methods in org.apache.hadoop.hbase.quotas that return GlobalQuotaSettingsImplModifier and TypeMethodDescriptionMasterQuotaManager.SetQuotaOperations.fetch()
Fetches the current quota settings for the subject.protected GlobalQuotaSettingsImpl
GlobalQuotaSettingsImpl.merge
(QuotaSettings other) Methods in org.apache.hadoop.hbase.quotas with parameters of type GlobalQuotaSettingsImplModifier 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.