@Beta
public interface QuotaApi
Modifier and Type | Method and Description |
---|---|
Quota |
getByTenant(String tenantId) |
Quota |
getDefaultsForTenant(String tenantId) |
boolean |
updateQuotaOfTenant(Quota quota,
String tenantId)
Update the quotas for a given tenant
|
@Named(value="quota:get") @Nullable Quota getByTenant(String tenantId)
@Named(value="quota:update") boolean updateQuotaOfTenant(Quota quota, String tenantId)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.