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

Interface Protos.CheckInfoOrBuilder

    • Method Detail

      • hasType

        boolean hasType()
         The type of the check.
         
        optional .mesos.CheckInfo.Type type = 1;
      • getType

        Protos.CheckInfo.Type getType()
         The type of the check.
         
        optional .mesos.CheckInfo.Type type = 1;
      • hasCommand

        boolean hasCommand()
         Command check.
         
        optional .mesos.CheckInfo.Command command = 2;
      • hasHttp

        boolean hasHttp()
         HTTP check.
         
        optional .mesos.CheckInfo.Http http = 3;
      • hasTcp

        boolean hasTcp()
         TCP check.
         
        optional .mesos.CheckInfo.Tcp tcp = 7;
      • hasDelaySeconds

        boolean hasDelaySeconds()
         Amount of time to wait to start checking the task after it
         transitions to `TASK_RUNNING` or `TASK_STARTING` if the latter
         is used by the executor.
         
        optional double delay_seconds = 4 [default = 15];
      • getDelaySeconds

        double getDelaySeconds()
         Amount of time to wait to start checking the task after it
         transitions to `TASK_RUNNING` or `TASK_STARTING` if the latter
         is used by the executor.
         
        optional double delay_seconds = 4 [default = 15];
      • hasIntervalSeconds

        boolean hasIntervalSeconds()
         Interval between check attempts, i.e., amount of time to wait after
         the previous check finished or timed out to start the next check.
         
        optional double interval_seconds = 5 [default = 10];
      • getIntervalSeconds

        double getIntervalSeconds()
         Interval between check attempts, i.e., amount of time to wait after
         the previous check finished or timed out to start the next check.
         
        optional double interval_seconds = 5 [default = 10];
      • hasTimeoutSeconds

        boolean hasTimeoutSeconds()
         Amount of time to wait for the check to complete. Zero means infinite
         timeout.
         After this timeout, the check attempt is aborted and no result is
         reported. Note that this may be considered a state change and hence
         may trigger a check status change delivery to the corresponding
         scheduler. See `CheckStatusInfo` for more details.
         
        optional double timeout_seconds = 6 [default = 20];
      • getTimeoutSeconds

        double getTimeoutSeconds()
         Amount of time to wait for the check to complete. Zero means infinite
         timeout.
         After this timeout, the check attempt is aborted and no result is
         reported. Note that this may be considered a state change and hence
         may trigger a check status change delivery to the corresponding
         scheduler. See `CheckStatusInfo` for more details.
         
        optional double timeout_seconds = 6 [default = 20];
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

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