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 GlobalQuotaSettingsImplGlobalQuotaSettingsImpl.merge(QuotaSettings other) Methods in org.apache.hadoop.hbase.quotas with parameters of type GlobalQuotaSettingsImplModifier and TypeMethodDescriptionvoidMasterQuotaManager.SetQuotaOperations.postApply(GlobalQuotaSettingsImpl quotaPojo) Performs some action afterMasterQuotaManager.SetQuotaOperations.update(GlobalQuotaSettingsImpl)with the resulting quota from the request action for the subject.voidMasterQuotaManager.SetQuotaOperations.preApply(GlobalQuotaSettingsImpl quotaPojo) Performs some action beforeMasterQuotaManager.SetQuotaOperations.update(GlobalQuotaSettingsImpl)with the current quota for the subject.voidMasterQuotaManager.SetQuotaOperations.update(GlobalQuotaSettingsImpl quotaPojo) Persist the given quota for the subject.