public static interface Messages.RegisterSlaveMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
org.apache.mesos.Protos.SlaveInfo |
getSlave()
required .mesos.SlaveInfo slave = 1; |
org.apache.mesos.Protos.SlaveInfoOrBuilder |
getSlaveOrBuilder()
required .mesos.SlaveInfo slave = 1; |
String |
getVersion()
optional string version = 2; |
com.google.protobuf.ByteString |
getVersionBytes()
optional string version = 2; |
boolean |
hasSlave()
required .mesos.SlaveInfo slave = 1; |
boolean |
hasVersion()
optional string version = 2; |
boolean hasSlave()
required .mesos.SlaveInfo slave = 1;org.apache.mesos.Protos.SlaveInfo getSlave()
required .mesos.SlaveInfo slave = 1;org.apache.mesos.Protos.SlaveInfoOrBuilder getSlaveOrBuilder()
required .mesos.SlaveInfo slave = 1;boolean hasVersion()
optional string version = 2;
NOTE: This is a hack for the master to detect the slave's version. If unset the slave is < 0.21.0. TODO(bmahler): Do proper versioning: MESOS-986.
String getVersion()
optional string version = 2;
NOTE: This is a hack for the master to detect the slave's version. If unset the slave is < 0.21.0. TODO(bmahler): Do proper versioning: MESOS-986.
com.google.protobuf.ByteString getVersionBytes()
optional string version = 2;
NOTE: This is a hack for the master to detect the slave's version. If unset the slave is < 0.21.0. TODO(bmahler): Do proper versioning: MESOS-986.
Copyright © 2014–2015. All rights reserved.