This project has retired. For details please refer to its Attic page.
Protos.RateLimitsOrBuilder
JavaScript is disabled on your browser.
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method
org.apache.mesos

Interface Protos.RateLimitsOrBuilder

    • Method Detail

      • getLimitsList

        java.util.List<Protos.RateLimit> getLimitsList()
         Items should have unique principals.
         
        repeated .mesos.RateLimit limits = 1;
      • getLimits

        Protos.RateLimit getLimits(int index)
         Items should have unique principals.
         
        repeated .mesos.RateLimit limits = 1;
      • getLimitsCount

        int getLimitsCount()
         Items should have unique principals.
         
        repeated .mesos.RateLimit limits = 1;
      • getLimitsOrBuilderList

        java.util.List<? extends Protos.RateLimitOrBuilder> getLimitsOrBuilderList()
         Items should have unique principals.
         
        repeated .mesos.RateLimit limits = 1;
      • getLimitsOrBuilder

        Protos.RateLimitOrBuilder getLimitsOrBuilder(int index)
         Items should have unique principals.
         
        repeated .mesos.RateLimit limits = 1;
      • hasAggregateDefaultQps

        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;
      • getAggregateDefaultQps

        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;
      • hasAggregateDefaultCapacity

        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;
      • getAggregateDefaultCapacity

        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;
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

AltStyle によって変換されたページ (->オリジナル) /