public interface _CacheLimitsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxItemSizeKb()
The maximum size of a single item in KiB
|
int |
getMaxThroughputKbps()
The amount of traffic per second that can be exercised in KiB
|
int |
getMaxTrafficRate()
The amount of transactions per second that can be exercised
|
long |
getMaxTtlSeconds()
The maximum TTL allowed for a single item, in seconds
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getMaxTrafficRate()
The amount of transactions per second that can be exercised
uint32 max_traffic_rate = 1;int getMaxThroughputKbps()
The amount of traffic per second that can be exercised in KiB
uint32 max_throughput_kbps = 2;int getMaxItemSizeKb()
The maximum size of a single item in KiB
uint32 max_item_size_kb = 3;long getMaxTtlSeconds()
The maximum TTL allowed for a single item, in seconds
uint64 max_ttl_seconds = 4;