Class HbaseBackupRestoreState


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:46.862-07:00")
    public class HbaseBackupRestoreState
    extends Object
    The state of each HBase backup/restore operation.
    • Constructor Detail

      • HbaseBackupRestoreState

        public HbaseBackupRestoreState()
    • Method Detail

      • getAtlasEntityAuditEventTable

        public BackupRestoreOperationStatus getAtlasEntityAuditEventTable()
        Getter for atlasEntityAuditEventTable. The status of the ATLAS_ENTITY_AUDIT_EVENTS_TABLE backup/restore.
      • setAtlasEntityAuditEventTable

        public void setAtlasEntityAuditEventTable​(BackupRestoreOperationStatus atlasEntityAuditEventTable)
        Setter for atlasEntityAuditEventTable. The status of the ATLAS_ENTITY_AUDIT_EVENTS_TABLE backup/restore.
      • getAtlasJanusTable

        public BackupRestoreOperationStatus getAtlasJanusTable()
        Getter for atlasJanusTable. The status of the ATLAS_JANUS_TABLE backup/restore.
      • setAtlasJanusTable

        public void setAtlasJanusTable​(BackupRestoreOperationStatus atlasJanusTable)
        Setter for atlasJanusTable. The status of the ATLAS_JANUS_TABLE backup/restore.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object