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

Interface Protos.AddressOrBuilder

    • Method Summary

      All Methods
      Modifier and Type Method and Description
      java.lang.String getHostname ()
      May contain a hostname, IP address, or both.
      com.google.protobuf.ByteString getHostnameBytes ()
      May contain a hostname, IP address, or both.
      java.lang.String getIp ()
      optional string ip = 2;
      com.google.protobuf.ByteString getIpBytes ()
      optional string ip = 2;
      int getPort ()
      required int32 port = 3;
      boolean hasHostname ()
      May contain a hostname, IP address, or both.
      boolean hasIp ()
      optional string ip = 2;
      boolean hasPort ()
      required int32 port = 3;
    • Method Detail

      • hasHostname

        boolean hasHostname()
         May contain a hostname, IP address, or both.
         
        optional string hostname = 1;
      • getHostname

        java.lang.String getHostname()
         May contain a hostname, IP address, or both.
         
        optional string hostname = 1;
      • getHostnameBytes

        com.google.protobuf.ByteString getHostnameBytes()
         May contain a hostname, IP address, or both.
         
        optional string hostname = 1;
      • hasIp

        boolean hasIp()
        optional string ip = 2;
      • getIp

        java.lang.String getIp()
        optional string ip = 2;
      • getIpBytes

        com.google.protobuf.ByteString getIpBytes()
        optional string ip = 2;
      • hasPort

        boolean hasPort()
        required int32 port = 3;
      • getPort

        int getPort()
        required int32 port = 3;
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

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