public class CacheQuotaRequirement extends Object
| Modifier and Type | Field and Description |
|---|---|
static CacheQuotaRequirement |
NO_CACHE_REQUIREMENT |
| Constructor and Description |
|---|
CacheQuotaRequirement(CacheQuotaScope cacheQuotaScope,
Optional<io.airlift.units.DataSize> quota) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
CacheQuotaScope |
getCacheQuotaScope() |
Optional<io.airlift.units.DataSize> |
getQuota() |
int |
hashCode() |
String |
toString() |
public static final CacheQuotaRequirement NO_CACHE_REQUIREMENT
public CacheQuotaRequirement(CacheQuotaScope cacheQuotaScope, Optional<io.airlift.units.DataSize> quota)
public CacheQuotaScope getCacheQuotaScope()
public Optional<io.airlift.units.DataSize> getQuota()
Copyright © 2012–2022. All rights reserved.