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

Interface Protos.HealthCheckOrBuilder

    • Method Detail

      • hasDelaySeconds

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

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

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

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

        boolean hasTimeoutSeconds()
         Amount of time to wait for the health check to complete. After this
         timeout, the health check is aborted and treated as a failure. Zero
         means infinite timeout.
         
        optional double timeout_seconds = 4 [default = 20];
      • getTimeoutSeconds

        double getTimeoutSeconds()
         Amount of time to wait for the health check to complete. After this
         timeout, the health check is aborted and treated as a failure. Zero
         means infinite timeout.
         
        optional double timeout_seconds = 4 [default = 20];
      • hasConsecutiveFailures

        boolean hasConsecutiveFailures()
         Number of consecutive failures until the task is killed by the executor.
         
        optional uint32 consecutive_failures = 5 [default = 3];
      • getConsecutiveFailures

        int getConsecutiveFailures()
         Number of consecutive failures until the task is killed by the executor.
         
        optional uint32 consecutive_failures = 5 [default = 3];
      • hasGracePeriodSeconds

        boolean hasGracePeriodSeconds()
         Amount of time after the task is launched during which health check
         failures are ignored. Once a check succeeds for the first time,
         the grace period does not apply anymore. Note that it includes
         `delay_seconds`, i.e., setting `grace_period_seconds` < `delay_seconds`
         has no effect.
         
        optional double grace_period_seconds = 6 [default = 10];
      • getGracePeriodSeconds

        double getGracePeriodSeconds()
         Amount of time after the task is launched during which health check
         failures are ignored. Once a check succeeds for the first time,
         the grace period does not apply anymore. Note that it includes
         `delay_seconds`, i.e., setting `grace_period_seconds` < `delay_seconds`
         has no effect.
         
        optional double grace_period_seconds = 6 [default = 10];
      • hasType

        boolean hasType()
         The type of health check.
         
        optional .mesos.HealthCheck.Type type = 8;
      • hasCommand

        boolean hasCommand()
         Command health check.
         
        optional .mesos.CommandInfo command = 7;
      • getCommand

        Protos.CommandInfo getCommand()
         Command health check.
         
        optional .mesos.CommandInfo command = 7;
      • hasHttp

        boolean hasHttp()
         HTTP health check.
         
        optional .mesos.HealthCheck.HTTPCheckInfo http = 1;
      • hasTcp

        boolean hasTcp()
         TCP health check.
         
        optional .mesos.HealthCheck.TCPCheckInfo tcp = 9;
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

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