public static interface Protos.MasterInfoOrBuilder
Modifier and Type | Method and Description |
---|---|
Protos.Address |
getAddress()
The full IP address (supports both IPv4 and IPv6 formats)
and supersedes the use of `ip`, `port` and `hostname`.
|
Protos.AddressOrBuilder |
getAddressOrBuilder()
The full IP address (supports both IPv4 and IPv6 formats)
and supersedes the use of `ip`, `port` and `hostname`.
|
Protos.MasterInfo.Capability |
getCapabilities(int index)
repeated .mesos.MasterInfo.Capability capabilities = 9; |
int |
getCapabilitiesCount()
repeated .mesos.MasterInfo.Capability capabilities = 9; |
java.util.List<Protos.MasterInfo.Capability> |
getCapabilitiesList()
repeated .mesos.MasterInfo.Capability capabilities = 9; |
Protos.MasterInfo.CapabilityOrBuilder |
getCapabilitiesOrBuilder(int index)
repeated .mesos.MasterInfo.Capability capabilities = 9; |
java.util.List<? extends Protos.MasterInfo.CapabilityOrBuilder> |
getCapabilitiesOrBuilderList()
repeated .mesos.MasterInfo.Capability capabilities = 9; |
Protos.DomainInfo |
getDomain()
The domain that this master belongs to.
|
Protos.DomainInfoOrBuilder |
getDomainOrBuilder()
The domain that this master belongs to.
|
java.lang.String |
getHostname()
The server's hostname, if available; it may be unreliable
in environments where the DNS configuration does not resolve
internal hostnames (eg, some public cloud providers).
|
com.google.protobuf.ByteString |
getHostnameBytes()
The server's hostname, if available; it may be unreliable
in environments where the DNS configuration does not resolve
internal hostnames (eg, some public cloud providers).
|
java.lang.String |
getId()
required string id = 1; |
com.google.protobuf.ByteString |
getIdBytes()
required string id = 1; |
int |
getIp()
The IP address (only IPv4) as a packed 4-bytes integer,
stored in network order.
|
java.lang.String |
getPid()
In the default implementation, this will contain information
about both the IP address, port and Master name; it should really
not be relied upon by external tooling/frameworks and be
considered an "internal" implementation field.
|
com.google.protobuf.ByteString |
getPidBytes()
In the default implementation, this will contain information
about both the IP address, port and Master name; it should really
not be relied upon by external tooling/frameworks and be
considered an "internal" implementation field.
|
int |
getPort()
The TCP port the Master is listening on for incoming
HTTP requests; deprecated, use `address.port` instead.
|
java.lang.String |
getVersion()
The running Master version, as a string; taken from the
generated "master/version.hpp".
|
com.google.protobuf.ByteString |
getVersionBytes()
The running Master version, as a string; taken from the
generated "master/version.hpp".
|
boolean |
hasAddress()
The full IP address (supports both IPv4 and IPv6 formats)
and supersedes the use of `ip`, `port` and `hostname`.
|
boolean |
hasDomain()
The domain that this master belongs to.
|
boolean |
hasHostname()
The server's hostname, if available; it may be unreliable
in environments where the DNS configuration does not resolve
internal hostnames (eg, some public cloud providers).
|
boolean |
hasId()
required string id = 1; |
boolean |
hasIp()
The IP address (only IPv4) as a packed 4-bytes integer,
stored in network order.
|
boolean |
hasPid()
In the default implementation, this will contain information
about both the IP address, port and Master name; it should really
not be relied upon by external tooling/frameworks and be
considered an "internal" implementation field.
|
boolean |
hasPort()
The TCP port the Master is listening on for incoming
HTTP requests; deprecated, use `address.port` instead.
|
boolean |
hasVersion()
The running Master version, as a string; taken from the
generated "master/version.hpp".
|
boolean hasId()
required string id = 1;
java.lang.String getId()
required string id = 1;
com.google.protobuf.ByteString getIdBytes()
required string id = 1;
boolean hasIp()
The IP address (only IPv4) as a packed 4-bytes integer, stored in network order. Deprecated, use `address.ip` instead.
required uint32 ip = 2;
int getIp()
The IP address (only IPv4) as a packed 4-bytes integer, stored in network order. Deprecated, use `address.ip` instead.
required uint32 ip = 2;
boolean hasPort()
The TCP port the Master is listening on for incoming HTTP requests; deprecated, use `address.port` instead.
required uint32 port = 3 [default = 5050];
int getPort()
The TCP port the Master is listening on for incoming HTTP requests; deprecated, use `address.port` instead.
required uint32 port = 3 [default = 5050];
boolean hasPid()
In the default implementation, this will contain information about both the IP address, port and Master name; it should really not be relied upon by external tooling/frameworks and be considered an "internal" implementation field.
optional string pid = 4;
java.lang.String getPid()
In the default implementation, this will contain information about both the IP address, port and Master name; it should really not be relied upon by external tooling/frameworks and be considered an "internal" implementation field.
optional string pid = 4;
com.google.protobuf.ByteString getPidBytes()
In the default implementation, this will contain information about both the IP address, port and Master name; it should really not be relied upon by external tooling/frameworks and be considered an "internal" implementation field.
optional string pid = 4;
boolean hasHostname()
The server's hostname, if available; it may be unreliable in environments where the DNS configuration does not resolve internal hostnames (eg, some public cloud providers). Deprecated, use `address.hostname` instead.
optional string hostname = 5;
java.lang.String getHostname()
The server's hostname, if available; it may be unreliable in environments where the DNS configuration does not resolve internal hostnames (eg, some public cloud providers). Deprecated, use `address.hostname` instead.
optional string hostname = 5;
com.google.protobuf.ByteString getHostnameBytes()
The server's hostname, if available; it may be unreliable in environments where the DNS configuration does not resolve internal hostnames (eg, some public cloud providers). Deprecated, use `address.hostname` instead.
optional string hostname = 5;
boolean hasVersion()
The running Master version, as a string; taken from the generated "master/version.hpp".
optional string version = 6;
java.lang.String getVersion()
The running Master version, as a string; taken from the generated "master/version.hpp".
optional string version = 6;
com.google.protobuf.ByteString getVersionBytes()
The running Master version, as a string; taken from the generated "master/version.hpp".
optional string version = 6;
boolean hasAddress()
The full IP address (supports both IPv4 and IPv6 formats) and supersedes the use of `ip`, `port` and `hostname`. Since Mesos 0.24.
optional .mesos.Address address = 7;
Protos.Address getAddress()
The full IP address (supports both IPv4 and IPv6 formats) and supersedes the use of `ip`, `port` and `hostname`. Since Mesos 0.24.
optional .mesos.Address address = 7;
Protos.AddressOrBuilder getAddressOrBuilder()
The full IP address (supports both IPv4 and IPv6 formats) and supersedes the use of `ip`, `port` and `hostname`. Since Mesos 0.24.
optional .mesos.Address address = 7;
boolean hasDomain()
The domain that this master belongs to. All masters in a Mesos cluster should belong to the same region.
optional .mesos.DomainInfo domain = 8;
Protos.DomainInfo getDomain()
The domain that this master belongs to. All masters in a Mesos cluster should belong to the same region.
optional .mesos.DomainInfo domain = 8;
Protos.DomainInfoOrBuilder getDomainOrBuilder()
The domain that this master belongs to. All masters in a Mesos cluster should belong to the same region.
optional .mesos.DomainInfo domain = 8;
java.util.List<Protos.MasterInfo.Capability> getCapabilitiesList()
repeated .mesos.MasterInfo.Capability capabilities = 9;
Protos.MasterInfo.Capability getCapabilities(int index)
repeated .mesos.MasterInfo.Capability capabilities = 9;
int getCapabilitiesCount()
repeated .mesos.MasterInfo.Capability capabilities = 9;
java.util.List<? extends Protos.MasterInfo.CapabilityOrBuilder> getCapabilitiesOrBuilderList()
repeated .mesos.MasterInfo.Capability capabilities = 9;
Protos.MasterInfo.CapabilityOrBuilder getCapabilitiesOrBuilder(int index)
repeated .mesos.MasterInfo.Capability capabilities = 9;