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 Details

    • NamespaceAssociation

      public NamespaceAssociation()
  • Method Details

    • getNamespace

      public String getNamespace()
      Getter for namespace. The name of the namespace.
    • setNamespace

      public void setNamespace(String namespace)
      Setter for namespace. The name of the namespace.
    • getStatus

      public String 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

      public void setStatus(String status)
      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

      public List<TableAssociation> getTableAssociations()
      Getter for tableAssociations. The list of associated tables and their details for a namespace.
    • setTableAssociations

      public void setTableAssociations(List<TableAssociation> tableAssociations)
      Setter for tableAssociations. The list of associated tables and their details for a namespace.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object