public static interface Protos.RateLimitsOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getAggregateDefaultCapacity()
All the frameworks not specified in 'limits' get this default capacity.
|
double |
getAggregateDefaultQps()
All the frameworks not specified in 'limits' get this default rate.
|
Protos.RateLimit |
getLimits(int index)
Items should have unique principals.
|
int |
getLimitsCount()
Items should have unique principals.
|
java.util.List<Protos.RateLimit> |
getLimitsList()
Items should have unique principals.
|
Protos.RateLimitOrBuilder |
getLimitsOrBuilder(int index)
Items should have unique principals.
|
java.util.List<? extends Protos.RateLimitOrBuilder> |
getLimitsOrBuilderList()
Items should have unique principals.
|
boolean |
hasAggregateDefaultCapacity()
All the frameworks not specified in 'limits' get this default capacity.
|
boolean |
hasAggregateDefaultQps()
All the frameworks not specified in 'limits' get this default rate.
|
java.util.List<Protos.RateLimit> getLimitsList()
Items should have unique principals.
repeated .mesos.RateLimit limits = 1;
Protos.RateLimit getLimits(int index)
Items should have unique principals.
repeated .mesos.RateLimit limits = 1;
int getLimitsCount()
Items should have unique principals.
repeated .mesos.RateLimit limits = 1;
java.util.List<? extends Protos.RateLimitOrBuilder> getLimitsOrBuilderList()
Items should have unique principals.
repeated .mesos.RateLimit limits = 1;
Protos.RateLimitOrBuilder getLimitsOrBuilder(int index)
Items should have unique principals.
repeated .mesos.RateLimit limits = 1;
boolean hasAggregateDefaultQps()
All the frameworks not specified in 'limits' get this default rate. This rate is an aggregate rate for all of them, i.e., their combined traffic is throttled together at this rate.
optional double aggregate_default_qps = 2;
double getAggregateDefaultQps()
All the frameworks not specified in 'limits' get this default rate. This rate is an aggregate rate for all of them, i.e., their combined traffic is throttled together at this rate.
optional double aggregate_default_qps = 2;
boolean hasAggregateDefaultCapacity()
All the frameworks not specified in 'limits' get this default capacity. This is an aggregate value similar to 'aggregate_default_qps'.
optional uint64 aggregate_default_capacity = 3;
long getAggregateDefaultCapacity()
All the frameworks not specified in 'limits' get this default capacity. This is an aggregate value similar to 'aggregate_default_qps'.
optional uint64 aggregate_default_capacity = 3;