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="2025-10-28T14:00:28.143-07:00")
public class BackupDatalakeRequest
extends Object
Request object to perform a backup of datalake.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter 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.inthashCode()voidsetBackupLocation(String backupLocation) Setter for backupLocation.voidsetBackupName(String backupName) Setter for backupName.voidsetCloseDbConnections(Boolean closeDbConnections) Setter for closeDbConnections.voidsetDatalakeName(String datalakeName) Setter for datalakeName.voidsetSkipAtlasIndexes(Boolean skipAtlasIndexes) Setter for skipAtlasIndexes.voidsetSkipAtlasMetadata(Boolean skipAtlasMetadata) Setter for skipAtlasMetadata.voidsetSkipRangerAudits(Boolean skipRangerAudits) Setter for skipRangerAudits.voidsetSkipRangerHmsMetadata(Boolean skipRangerHmsMetadata) Setter for skipRangerHmsMetadata.voidsetSkipValidation(Boolean skipValidation) Setter for skipValidation.voidsetValidationOnly(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
-