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

Interface Protos.CheckStatusInfo.CommandOrBuilder

    • Method Summary

      All Methods
      Modifier and Type Method and Description
      int getExitCode ()
      Exit code of a command check.
      boolean hasExitCode ()
      Exit code of a command check.
    • Method Detail

      • hasExitCode

        boolean hasExitCode()
         Exit code of a command check. It is the result of calling
         `WEXITSTATUS()` on `waitpid()` termination information on
         Posix and calling `GetExitCodeProcess()` on Windows.
         
        optional int32 exit_code = 1;
      • getExitCode

        int getExitCode()
         Exit code of a command check. It is the result of calling
         `WEXITSTATUS()` on `waitpid()` termination information on
         Posix and calling `GetExitCodeProcess()` on Windows.
         
        optional int32 exit_code = 1;
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

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