Class MdsConnectionInfo

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class MdsConnectionInfo
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    MDS Thrift server connection details.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getExternalMetastoreRestUri()
      Gets the externalMetastoreRestUri.
      java.lang.String getExternalMetastoreThriftUri()
      Gets the externalMetastoreThriftUri.
      java.lang.String getHostname()
      Gets the hostname.
      java.lang.String getPort()
      Gets the port.
      java.lang.String getRestUri()
      Gets the restUri.
      java.lang.String getThriftUri()
      Gets the thriftUri.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getExternalMetastoreRestUri

        public java.lang.String getExternalMetastoreRestUri()
        Gets the externalMetastoreRestUri. External MDS rest uri.
        Returns:
        the externalMetastoreRestUri
      • getExternalMetastoreThriftUri

        public java.lang.String getExternalMetastoreThriftUri()
        Gets the externalMetastoreThriftUri. External MDS thrift uri.
        Returns:
        the externalMetastoreThriftUri
      • getHostname

        public java.lang.String getHostname()
        Gets the hostname. MDS thrift server hostname.
        Returns:
        the hostname
      • getPort

        public java.lang.String getPort()
        Gets the port. MDS thrift server port.
        Returns:
        the port
      • getRestUri

        public java.lang.String getRestUri()
        Gets the restUri. Internal MDS REST uri.
        Returns:
        the restUri
      • getThriftUri

        public java.lang.String getThriftUri()
        Gets the thriftUri. Internal MDS thrift uri.
        Returns:
        the thriftUri