Class Metastore
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v1.model.Metastore
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Metastore extends com.ibm.cloud.sdk.core.service.model.GenericModelMetastore.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMetastore.ManagedByManaged by.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>getActions()Gets the actions.java.util.List<java.lang.String>getAssociatedBuckets()Gets the associatedBuckets.java.util.List<java.lang.String>getAssociatedDatabases()Gets the associatedDatabases.java.util.List<java.lang.String>getAssociatedEngines()Gets the associatedEngines.java.lang.StringgetCatalogName()Gets the catalogName.java.lang.StringgetCatalogType()Gets the catalogType.java.lang.StringgetCreatedBy()Gets the createdBy.java.lang.StringgetCreatedOn()Gets the createdOn.java.lang.StringgetDescription()Gets the description.java.lang.StringgetHostname()Gets the hostname.java.lang.StringgetManagedBy()Gets the managedBy.java.lang.StringgetPort()Gets the port.java.lang.StringgetStatus()Gets the status.java.util.List<java.lang.String>getTags()Gets the tags.java.lang.StringgetThriftUri()Gets the thriftUri.
-
-
-
Method Detail
-
getCatalogName
public java.lang.String getCatalogName()
Gets the catalogName. Name for the metastore.- Returns:
- the catalogName
-
getHostname
public java.lang.String getHostname()
Gets the hostname. IBM thrift uri hostname.- Returns:
- the hostname
-
getManagedBy
public java.lang.String getManagedBy()
Gets the managedBy. Managed by.- Returns:
- the managedBy
-
getStatus
public java.lang.String getStatus()
Gets the status. Metastore status.- Returns:
- the status
-
getTags
public java.util.List<java.lang.String> getTags()
Gets the tags. Tags.- Returns:
- the tags
-
getActions
public java.util.List<java.lang.String> getActions()
Gets the actions.- Returns:
- the actions
-
getAssociatedBuckets
public java.util.List<java.lang.String> getAssociatedBuckets()
Gets the associatedBuckets. Associated buckets items.- Returns:
- the associatedBuckets
-
getCreatedBy
public java.lang.String getCreatedBy()
Gets the createdBy. Created by.- Returns:
- the createdBy
-
getThriftUri
public java.lang.String getThriftUri()
Gets the thriftUri. Customer thrift uri.- Returns:
- the thriftUri
-
getCatalogType
public java.lang.String getCatalogType()
Gets the catalogType. Table type.- Returns:
- the catalogType
-
getDescription
public java.lang.String getDescription()
Gets the description. Description.- Returns:
- the description
-
getAssociatedDatabases
public java.util.List<java.lang.String> getAssociatedDatabases()
Gets the associatedDatabases. Associated databases items.- Returns:
- the associatedDatabases
-
getAssociatedEngines
public java.util.List<java.lang.String> getAssociatedEngines()
Gets the associatedEngines. Associated engines items.- Returns:
- the associatedEngines
-
getCreatedOn
public java.lang.String getCreatedOn()
Gets the createdOn. Created on.- Returns:
- the createdOn
-
getPort
public java.lang.String getPort()
Gets the port. IBM thrift uri port.- Returns:
- the port
-
-