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 Details

    • HbasePolicyArguments

      public HbasePolicyArguments()
  • Method Details

    • getTables

      public List<String> 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

      public void setTables(List<String> tables)
      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

      public String getCloudCredential()
      Getter for cloudCredential. Cloud credentials to use to replicate the initial snapshot if the credential location is specified as 'EXTERNAL_ACCOUNT'.
    • setCloudCredential

      public void setCloudCredential(String cloudCredential)
      Setter for cloudCredential. Cloud credentials to use to replicate the initial snapshot if the credential location is specified as 'EXTERNAL_ACCOUNT'.
    • getDatabaseArguments

      public HbaseDatabaseArguments getDatabaseArguments()
      Getter for databaseArguments. Optional parameters used for HBase database replication.
    • setDatabaseArguments

      public void setDatabaseArguments(HbaseDatabaseArguments databaseArguments)
      Setter for databaseArguments. Optional parameters used for HBase database replication.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object