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

Interface Protos.MasterInfoOrBuilder

    • Method Summary

      All Methods
      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".
    • Method Detail

      • hasId

        boolean hasId()
        required string id = 1;
      • getId

        java.lang.String getId()
        required string id = 1;
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
        required string id = 1;
      • hasIp

        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;
      • getIp

        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;
      • hasPort

        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];
      • getPort

        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];
      • hasPid

        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;
      • getPid

        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;
      • getPidBytes

        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;
      • hasHostname

        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;
      • getHostname

        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;
      • getHostnameBytes

        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;
      • hasVersion

        boolean hasVersion()
         The running Master version, as a string; taken from the
         generated "master/version.hpp".
         
        optional string version = 6;
      • getVersion

        java.lang.String getVersion()
         The running Master version, as a string; taken from the
         generated "master/version.hpp".
         
        optional string version = 6;
      • getVersionBytes

        com.google.protobuf.ByteString getVersionBytes()
         The running Master version, as a string; taken from the
         generated "master/version.hpp".
         
        optional string version = 6;
      • hasAddress

        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;
      • getAddress

        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;
      • getAddressOrBuilder

        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;
      • hasDomain

        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;
      • getDomain

        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;
      • getDomainOrBuilder

        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;
      • getCapabilitiesList

        java.util.List<Protos.MasterInfo.Capability> getCapabilitiesList()
        repeated .mesos.MasterInfo.Capability capabilities = 9;
      • getCapabilitiesCount

        int getCapabilitiesCount()
        repeated .mesos.MasterInfo.Capability capabilities = 9;
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

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