Class HbaseDatabaseArguments

java.lang.Object
com.cloudera.cdp.replicationmanager.model.HbaseDatabaseArguments

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-01-23T07:12:43.267-08:00") public class HbaseDatabaseArguments extends Object
HBase database replication arguments.
  • Constructor Details

    • HbaseDatabaseArguments

      public HbaseDatabaseArguments()
  • Method Details

    • getReplicationStrategy

      public String getReplicationStrategy()
      Getter for replicationStrategy. Whether to replicate all tables or only the ones where the replication scope has been set. Defaults to ALL_TABLES.
    • setReplicationStrategy

      public void setReplicationStrategy(String replicationStrategy)
      Setter for replicationStrategy. Whether to replicate all tables or only the ones where the replication scope has been set. Defaults to ALL_TABLES.
    • 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