Class MdsConnectionInfo
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v3.model.MdsConnectionInfo
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class MdsConnectionInfo extends com.ibm.cloud.sdk.core.service.model.GenericModelMDS Thrift server connection details.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetExternalMetastoreRestUri()Gets the externalMetastoreRestUri.java.lang.StringgetExternalMetastoreThriftUri()Gets the externalMetastoreThriftUri.java.lang.StringgetHostname()Gets the hostname.java.lang.StringgetPort()Gets the port.java.lang.StringgetRestUri()Gets the restUri.java.lang.StringgetThriftUri()Gets the thriftUri.
-
-
-
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
-
-