Class NamespaceAssociation
java.lang.Object
com.cloudera.cdp.lakehouseopt.model.NamespaceAssociation
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-05-01T09:59:31.533-07:00")
public class NamespaceAssociation
extends Object
The table associations per namespace.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for namespace.Getter for status.Getter for tableAssociations.inthashCode()voidsetNamespace(String namespace) Setter for namespace.voidSetter for status.voidsetTableAssociations(List<TableAssociation> tableAssociations) Setter for tableAssociations.toString()
-
Constructor Details
-
NamespaceAssociation
public NamespaceAssociation()
-
-
Method Details
-
getNamespace
Getter for namespace. The name of the namespace. -
setNamespace
Setter for namespace. The name of the namespace. -
getStatus
Getter for status. The namespace status. Possible values are ERROR, SUCCESS, PAUSED, AUTO_PAUSED, USER_PAUSED, UNAVAILABLE and WARNING. PAUSED indicated that namespace is paused for maintenance actions, AUTO_PAUSED indicates namespace is paused automatically due to errors, USER_PAUSED indicates paused by user, ERROR indicates that recent task has failed or a table is in paused state due to exceptions, WARNING if a table is paused by user, SUCCESS if there are no recent task failures or paused tables, UNAVAILABLE if no tasks have run yet. -
setStatus
Setter for status. The namespace status. Possible values are ERROR, SUCCESS, PAUSED, AUTO_PAUSED, USER_PAUSED, UNAVAILABLE and WARNING. PAUSED indicated that namespace is paused for maintenance actions, AUTO_PAUSED indicates namespace is paused automatically due to errors, USER_PAUSED indicates paused by user, ERROR indicates that recent task has failed or a table is in paused state due to exceptions, WARNING if a table is paused by user, SUCCESS if there are no recent task failures or paused tables, UNAVAILABLE if no tasks have run yet. -
getTableAssociations
Getter for tableAssociations. The list of associated tables and their details for a namespace. -
setTableAssociations
Setter for tableAssociations. The list of associated tables and their details for a namespace. -
equals
-
hashCode
public int hashCode() -
toString
-