Class HbasePolicyArguments
java.lang.Object
com.cloudera.cdp.replicationmanager.model.HbasePolicyArguments
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-01-23T07:12:43.267-08:00")
public class HbasePolicyArguments
extends Object
HBase replication parameters.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for cloudCredential.Getter for databaseArguments.Getter for tables.int
hashCode()
void
setCloudCredential
(String cloudCredential) Setter for cloudCredential.void
setDatabaseArguments
(HbaseDatabaseArguments databaseArguments) Setter for databaseArguments.void
Setter for tables.toString()
-
Constructor Details
-
HbasePolicyArguments
public HbasePolicyArguments()
-
-
Method Details
-
getTables
Getter for tables. List of tables to be replicated. The key should be in \"namespace:tablename\" format. If this list is empty, then the whole database will be replicated. -
setTables
Setter for tables. List of tables to be replicated. The key should be in \"namespace:tablename\" format. If this list is empty, then the whole database will be replicated. -
getCloudCredential
Getter for cloudCredential. Cloud credentials to use to replicate the initial snapshot if the credential location is specified as 'EXTERNAL_ACCOUNT'. -
setCloudCredential
Setter for cloudCredential. Cloud credentials to use to replicate the initial snapshot if the credential location is specified as 'EXTERNAL_ACCOUNT'. -
getDatabaseArguments
Getter for databaseArguments. Optional parameters used for HBase database replication. -
setDatabaseArguments
Setter for databaseArguments. Optional parameters used for HBase database replication. -
equals
-
hashCode
public int hashCode() -
toString
-