models.h_base_recover_job_params module

class models.h_base_recover_job_params.HBaseRecoverJobParams(hdfs_connect_params=None, suffix=None)[source]

Bases: object

Implementation of the ‘HBaseRecoverJobParams’ model.

Contains any additional hbase environment specific params for the recover job.

Attributes:
hdfs_connect_params (HdfsConnectParams): Additional hdfs connection

params required for HBase Backup.

suffix (string): A suffix that is to be applied to all recovered

entities

classmethod from_dictionary(dictionary)[source]

Creates an instance of this model from a dictionary

Args:

dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.

Returns:

object: An instance of this structure class.