Package com.cloudera.cdp.datalake.model
Class BackupDatalakeRequest
java.lang.Object
com.cloudera.cdp.datalake.model.BackupDatalakeRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.246-07:00")
public class BackupDatalakeRequest
extends Object
Request object to perform a backup of datalake.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for backupLocation.Getter for backupName.Getter for closeDbConnections.Getter for datalakeName.Getter for skipAtlasIndexes.Getter for skipAtlasMetadata.Getter for skipRangerAudits.Getter for skipRangerHmsMetadata.Getter for skipValidation.Getter for validationOnly.int
hashCode()
void
setBackupLocation
(String backupLocation) Setter for backupLocation.void
setBackupName
(String backupName) Setter for backupName.void
setCloseDbConnections
(Boolean closeDbConnections) Setter for closeDbConnections.void
setDatalakeName
(String datalakeName) Setter for datalakeName.void
setSkipAtlasIndexes
(Boolean skipAtlasIndexes) Setter for skipAtlasIndexes.void
setSkipAtlasMetadata
(Boolean skipAtlasMetadata) Setter for skipAtlasMetadata.void
setSkipRangerAudits
(Boolean skipRangerAudits) Setter for skipRangerAudits.void
setSkipRangerHmsMetadata
(Boolean skipRangerHmsMetadata) Setter for skipRangerHmsMetadata.void
setSkipValidation
(Boolean skipValidation) Setter for skipValidation.void
setValidationOnly
(Boolean validationOnly) Setter for validationOnly.toString()
-
Constructor Details
-
BackupDatalakeRequest
public BackupDatalakeRequest()
-
-
Method Details
-
getDatalakeName
Getter for datalakeName. The name of the datalake. -
setDatalakeName
Setter for datalakeName. The name of the datalake. -
getBackupLocation
Getter for backupLocation. Location where the back-up has to be stored. For example s3a://Location/of/the/backup. -
setBackupLocation
Setter for backupLocation. Location where the back-up has to be stored. For example s3a://Location/of/the/backup. -
getBackupName
Getter for backupName. The name of the backup. -
setBackupName
Setter for backupName. The name of the backup. -
getCloseDbConnections
Getter for closeDbConnections. Close the database connections while performing backup. Default is true. -
setCloseDbConnections
Setter for closeDbConnections. Close the database connections while performing backup. Default is true. -
getSkipRangerHmsMetadata
Getter for skipRangerHmsMetadata. Skips the backup of the databases backing HMS/Ranger services. If this option is not provided, the HMS/Ranger services are backed up by default. -
setSkipRangerHmsMetadata
Setter for skipRangerHmsMetadata. Skips the backup of the databases backing HMS/Ranger services. If this option is not provided, the HMS/Ranger services are backed up by default. -
getSkipAtlasMetadata
Getter for skipAtlasMetadata. Skips the backup of the Atlas metadata. If this option is not provided, the Atlas metadata is backed up by default. -
setSkipAtlasMetadata
Setter for skipAtlasMetadata. Skips the backup of the Atlas metadata. If this option is not provided, the Atlas metadata is backed up by default. -
getSkipRangerAudits
Getter for skipRangerAudits. Skips the backup of the Ranger audits. If this option is not provided, Ranger audits are backed up by default. -
setSkipRangerAudits
Setter for skipRangerAudits. Skips the backup of the Ranger audits. If this option is not provided, Ranger audits are backed up by default. -
getSkipAtlasIndexes
Getter for skipAtlasIndexes. Skips the backup of the Atlas indexes. If this option or --skipAtlasMetadata is not provided, Atlas indexes are backed up by default. Redundant if --skipAtlasMetadata is included. -
setSkipAtlasIndexes
Setter for skipAtlasIndexes. Skips the backup of the Atlas indexes. If this option or --skipAtlasMetadata is not provided, Atlas indexes are backed up by default. Redundant if --skipAtlasMetadata is included. -
getSkipValidation
Getter for skipValidation. Skips the validation steps that run prior to the backup. If this option is not provided, the validations are performed by default. -
setSkipValidation
Setter for skipValidation. Skips the validation steps that run prior to the backup. If this option is not provided, the validations are performed by default. -
getValidationOnly
Getter for validationOnly. Runs only the validation steps and then returns. If this option is not provided, the backup is performed as normal by default. -
setValidationOnly
Setter for validationOnly. Runs only the validation steps and then returns. If this option is not provided, the backup is performed as normal by default. -
equals
-
hashCode
public int hashCode() -
toString
-