public static interface Protos.CheckStatusInfoOrBuilder
Modifier and Type | Method and Description |
---|---|
Protos.CheckStatusInfo.Command |
getCommand()
Status of a command check.
|
Protos.CheckStatusInfo.CommandOrBuilder |
getCommandOrBuilder()
Status of a command check.
|
Protos.CheckStatusInfo.Http |
getHttp()
Status of an HTTP check.
|
Protos.CheckStatusInfo.HttpOrBuilder |
getHttpOrBuilder()
Status of an HTTP check.
|
Protos.CheckStatusInfo.Tcp |
getTcp()
Status of a TCP check.
|
Protos.CheckStatusInfo.TcpOrBuilder |
getTcpOrBuilder()
Status of a TCP check.
|
Protos.CheckInfo.Type |
getType()
The type of the check this status corresponds to.
|
boolean |
hasCommand()
Status of a command check.
|
boolean |
hasHttp()
Status of an HTTP check.
|
boolean |
hasTcp()
Status of a TCP check.
|
boolean |
hasType()
The type of the check this status corresponds to.
|
boolean hasType()
The type of the check this status corresponds to.
optional .mesos.CheckInfo.Type type = 1;
Protos.CheckInfo.Type getType()
The type of the check this status corresponds to.
optional .mesos.CheckInfo.Type type = 1;
boolean hasCommand()
Status of a command check.
optional .mesos.CheckStatusInfo.Command command = 2;
Protos.CheckStatusInfo.Command getCommand()
Status of a command check.
optional .mesos.CheckStatusInfo.Command command = 2;
Protos.CheckStatusInfo.CommandOrBuilder getCommandOrBuilder()
Status of a command check.
optional .mesos.CheckStatusInfo.Command command = 2;
boolean hasHttp()
Status of an HTTP check.
optional .mesos.CheckStatusInfo.Http http = 3;
Protos.CheckStatusInfo.Http getHttp()
Status of an HTTP check.
optional .mesos.CheckStatusInfo.Http http = 3;
Protos.CheckStatusInfo.HttpOrBuilder getHttpOrBuilder()
Status of an HTTP check.
optional .mesos.CheckStatusInfo.Http http = 3;
boolean hasTcp()
Status of a TCP check.
optional .mesos.CheckStatusInfo.Tcp tcp = 4;
Protos.CheckStatusInfo.Tcp getTcp()
Status of a TCP check.
optional .mesos.CheckStatusInfo.Tcp tcp = 4;
Protos.CheckStatusInfo.TcpOrBuilder getTcpOrBuilder()
Status of a TCP check.
optional .mesos.CheckStatusInfo.Tcp tcp = 4;