Package | Description |
---|---|
org.apache.hadoop.hbase.quotas |
Modifier and Type | Method and Description |
---|---|
GlobalQuotaSettingsImpl |
MasterQuotaManager.SetQuotaOperations.fetch()
Fetches the current quota settings for the subject.
|
protected GlobalQuotaSettingsImpl |
GlobalQuotaSettingsImpl.merge(QuotaSettings other) |
Modifier and Type | Method and Description |
---|---|
void |
MasterQuotaManager.SetQuotaOperations.postApply(GlobalQuotaSettingsImpl quotaPojo)
Performs some action after
MasterQuotaManager.SetQuotaOperations.update(GlobalQuotaSettingsImpl) with the resulting
quota from the request action for the subject. |
void |
MasterQuotaManager.SetQuotaOperations.preApply(GlobalQuotaSettingsImpl quotaPojo)
Performs some action before
MasterQuotaManager.SetQuotaOperations.update(GlobalQuotaSettingsImpl) with the current
quota for the subject. |
void |
MasterQuotaManager.SetQuotaOperations.update(GlobalQuotaSettingsImpl quotaPojo)
Persist the given quota for the subject.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.