Package com.cloudera.cdp.datalake.model
Class HbaseBackupRestoreState
java.lang.Object
com.cloudera.cdp.datalake.model.HbaseBackupRestoreState
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.246-07:00")
public class HbaseBackupRestoreState
extends Object
The state of each HBase backup/restore operation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for atlasEntityAuditEventTable.Getter for atlasJanusTable.int
hashCode()
void
setAtlasEntityAuditEventTable
(BackupRestoreOperationStatus atlasEntityAuditEventTable) Setter for atlasEntityAuditEventTable.void
setAtlasJanusTable
(BackupRestoreOperationStatus atlasJanusTable) Setter for atlasJanusTable.toString()
-
Constructor Details
-
HbaseBackupRestoreState
public HbaseBackupRestoreState()
-
-
Method Details
-
getAtlasEntityAuditEventTable
Getter for atlasEntityAuditEventTable. The status of the ATLAS_ENTITY_AUDIT_EVENTS_TABLE backup/restore. -
setAtlasEntityAuditEventTable
Setter for atlasEntityAuditEventTable. The status of the ATLAS_ENTITY_AUDIT_EVENTS_TABLE backup/restore. -
getAtlasJanusTable
Getter for atlasJanusTable. The status of the ATLAS_JANUS_TABLE backup/restore. -
setAtlasJanusTable
Setter for atlasJanusTable. The status of the ATLAS_JANUS_TABLE backup/restore. -
equals
-
hashCode
public int hashCode() -
toString
-