Class HiveDatabaseAndTables
- java.lang.Object
-
- com.cloudera.cdp.replicationmanager.model.HiveDatabaseAndTables
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-27T13:27:54.997-07:00") public class HiveDatabaseAndTables extends Object
Hive replication scope.
-
-
Constructor Summary
Constructors Constructor Description HiveDatabaseAndTables()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getDatabase()
Getter for database.String
getTablesExcludeRegex()
Getter for tablesExcludeRegex.String
getTablesIncludeRegex()
Getter for tablesIncludeRegex.int
hashCode()
void
setDatabase(String database)
Setter for database.void
setTablesExcludeRegex(String tablesExcludeRegex)
Setter for tablesExcludeRegex.void
setTablesIncludeRegex(String tablesIncludeRegex)
Setter for tablesIncludeRegex.String
toString()
-
-
-
Method Detail
-
getDatabase
public String getDatabase()
Getter for database. Database to replicate.
-
setDatabase
public void setDatabase(String database)
Setter for database. Database to replicate.
-
getTablesIncludeRegex
public String getTablesIncludeRegex()
Getter for tablesIncludeRegex. Regex to match included tables.
-
setTablesIncludeRegex
public void setTablesIncludeRegex(String tablesIncludeRegex)
Setter for tablesIncludeRegex. Regex to match included tables.
-
getTablesExcludeRegex
public String getTablesExcludeRegex()
Getter for tablesExcludeRegex. Regex to match excluded tables.
-
setTablesExcludeRegex
public void setTablesExcludeRegex(String tablesExcludeRegex)
Setter for tablesExcludeRegex. Regex to match excluded tables.
-
-