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

Interface Protos.HealthCheck.HTTPCheckInfoOrBuilder

    • Method Summary

      All Methods
      Modifier and Type Method and Description
      java.lang.String getPath ()
      HTTP request path.
      com.google.protobuf.ByteString getPathBytes ()
      HTTP request path.
      int getPort ()
      Port to send the HTTP request.
      Protos.NetworkInfo.Protocol getProtocol ()
      optional .mesos.NetworkInfo.Protocol protocol = 5 [default = IPv4];
      java.lang.String getScheme ()
      Currently "http" and "https" are supported.
      com.google.protobuf.ByteString getSchemeBytes ()
      Currently "http" and "https" are supported.
      int getStatuses (int index)
      NOTE: It is up to the custom executor to interpret and act on this field.
      int getStatusesCount ()
      NOTE: It is up to the custom executor to interpret and act on this field.
      java.util.List<java.lang.Integer> getStatusesList ()
      NOTE: It is up to the custom executor to interpret and act on this field.
      boolean hasPath ()
      HTTP request path.
      boolean hasPort ()
      Port to send the HTTP request.
      boolean hasProtocol ()
      optional .mesos.NetworkInfo.Protocol protocol = 5 [default = IPv4];
      boolean hasScheme ()
      Currently "http" and "https" are supported.
    • Method Detail

      • hasProtocol

        boolean hasProtocol()
        optional .mesos.NetworkInfo.Protocol protocol = 5 [default = IPv4];
      • hasScheme

        boolean hasScheme()
         Currently "http" and "https" are supported.
         
        optional string scheme = 3;
      • getScheme

        java.lang.String getScheme()
         Currently "http" and "https" are supported.
         
        optional string scheme = 3;
      • getSchemeBytes

        com.google.protobuf.ByteString getSchemeBytes()
         Currently "http" and "https" are supported.
         
        optional string scheme = 3;
      • hasPort

        boolean hasPort()
         Port to send the HTTP request.
         
        required uint32 port = 1;
      • getPort

        int getPort()
         Port to send the HTTP request.
         
        required uint32 port = 1;
      • hasPath

        boolean hasPath()
         HTTP request path.
         
        optional string path = 2;
      • getPath

        java.lang.String getPath()
         HTTP request path.
         
        optional string path = 2;
      • getPathBytes

        com.google.protobuf.ByteString getPathBytes()
         HTTP request path.
         
        optional string path = 2;
      • getStatusesList

        java.util.List<java.lang.Integer> getStatusesList()
         NOTE: It is up to the custom executor to interpret and act on this
         field. Setting this field has no effect on the default executors.
         TODO(haosdent): Deprecate this field when we add better support for
         success and possibly failure statuses, e.g. ranges of success and
         failure statuses.
         
        repeated uint32 statuses = 4;
      • getStatusesCount

        int getStatusesCount()
         NOTE: It is up to the custom executor to interpret and act on this
         field. Setting this field has no effect on the default executors.
         TODO(haosdent): Deprecate this field when we add better support for
         success and possibly failure statuses, e.g. ranges of success and
         failure statuses.
         
        repeated uint32 statuses = 4;
      • getStatuses

        int getStatuses(int index)
         NOTE: It is up to the custom executor to interpret and act on this
         field. Setting this field has no effect on the default executors.
         TODO(haosdent): Deprecate this field when we add better support for
         success and possibly failure statuses, e.g. ranges of success and
         failure statuses.
         
        repeated uint32 statuses = 4;
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

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