private static interface MasterQuotaManager.SetQuotaOperations
Modifier and Type | Method and Description |
---|---|
void |
delete()
Deletes the quota for the subject.
|
GlobalQuotaSettingsImpl |
fetch()
Fetches the current quota settings for the subject.
|
void |
postApply(GlobalQuotaSettingsImpl quotaPojo)
Performs some action after
update(GlobalQuotaSettingsImpl) with the resulting
quota from the request action for the subject. |
void |
preApply(GlobalQuotaSettingsImpl quotaPojo)
Performs some action before
update(GlobalQuotaSettingsImpl) with the current
quota for the subject. |
void |
update(GlobalQuotaSettingsImpl quotaPojo)
Persist the given quota for the subject.
|
GlobalQuotaSettingsImpl fetch() throws IOException
IOException
void delete() throws IOException
IOException
void update(GlobalQuotaSettingsImpl quotaPojo) throws IOException
IOException
void preApply(GlobalQuotaSettingsImpl quotaPojo) throws IOException
update(GlobalQuotaSettingsImpl)
with the current
quota for the subject.IOException
void postApply(GlobalQuotaSettingsImpl quotaPojo) throws IOException
update(GlobalQuotaSettingsImpl)
with the resulting
quota from the request action for the subject.IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.