Interface | Description |
---|---|
QuotaBackend |
Backend interface to perform quota requests on.
|
QuotaBackend.WithResource |
An interface capable of issuing quota requests.
|
QuotaBackend.WithUser |
An interface capable of issuing quota requests.
|
QuotaEnforcer |
Allows plugins to enforce different types of quota.
|
Class | Description |
---|---|
DefaultQuotaBackend | |
QuotaGroupDefinitions | |
QuotaRequestContext | |
QuotaRequestContext.Builder | |
QuotaResponse | |
QuotaResponse.Aggregated | |
QuotaResponse.Builder |
Enum | Description |
---|---|
QuotaResponse.Status |
Exception | Description |
---|---|
QuotaException |
Exception that was encountered while checking if there is sufficient quota to fulfil the request.
|