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

Interface Protos.RLimitInfo.RLimitOrBuilder

    • Method Summary

      All Methods
      Modifier and Type Method and Description
      long getHard ()
      Either both are set or both are not set.
      long getSoft ()
      optional uint64 soft = 3;
      Protos.RLimitInfo.RLimit.Type getType ()
      optional .mesos.RLimitInfo.RLimit.Type type = 1;
      boolean hasHard ()
      Either both are set or both are not set.
      boolean hasSoft ()
      optional uint64 soft = 3;
      boolean hasType ()
      optional .mesos.RLimitInfo.RLimit.Type type = 1;
    • Method Detail

      • hasType

        boolean hasType()
        optional .mesos.RLimitInfo.RLimit.Type type = 1;
      • hasHard

        boolean hasHard()
         Either both are set or both are not set.
         If both are not set, it represents unlimited.
         If both are set, we require `soft` <= `hard`.
         
        optional uint64 hard = 2;
      • getHard

        long getHard()
         Either both are set or both are not set.
         If both are not set, it represents unlimited.
         If both are set, we require `soft` <= `hard`.
         
        optional uint64 hard = 2;
      • hasSoft

        boolean hasSoft()
        optional uint64 soft = 3;
      • getSoft

        long getSoft()
        optional uint64 soft = 3;
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

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