public class CacheQuota extends Object
| Modifier and Type | Field and Description |
|---|---|
static CacheQuota |
NO_CACHE_CONSTRAINTS |
| Constructor and Description |
|---|
CacheQuota(String identity,
Optional<io.airlift.units.DataSize> quota) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getIdentifier() |
String |
getIdentity() |
Optional<io.airlift.units.DataSize> |
getQuota() |
int |
hashCode() |
public static final CacheQuota NO_CACHE_CONSTRAINTS
Copyright © 2012–2022. All rights reserved.