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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for replicationStrategy.int
hashCode()
void
setReplicationStrategy
(String replicationStrategy) Setter for replicationStrategy.toString()
-
Constructor Details
-
HbaseDatabaseArguments
public HbaseDatabaseArguments()
-
-
Method Details
-
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
Setter for replicationStrategy. Whether to replicate all tables or only the ones where the replication scope has been set. Defaults to ALL_TABLES. -
equals
-
hashCode
public int hashCode() -
toString
-