public static interface Protos.HealthCheck.HTTPCheckInfoOrBuilder
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.
|
boolean hasProtocol()
optional .mesos.NetworkInfo.Protocol protocol = 5 [default = IPv4];
Protos.NetworkInfo.Protocol getProtocol()
optional .mesos.NetworkInfo.Protocol protocol = 5 [default = IPv4];
boolean hasScheme()
Currently "http" and "https" are supported.
optional string scheme = 3;
java.lang.String getScheme()
Currently "http" and "https" are supported.
optional string scheme = 3;
com.google.protobuf.ByteString getSchemeBytes()
Currently "http" and "https" are supported.
optional string scheme = 3;
boolean hasPort()
Port to send the HTTP request.
required uint32 port = 1;
int getPort()
Port to send the HTTP request.
required uint32 port = 1;
boolean hasPath()
HTTP request path.
optional string path = 2;
java.lang.String getPath()
HTTP request path.
optional string path = 2;
com.google.protobuf.ByteString getPathBytes()
HTTP request path.
optional string path = 2;
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;
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;
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;