Class HiveDatabaseAndTables
java.lang.Object
com.cloudera.cdp.replicationmanager.model.HiveDatabaseAndTables
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-01-23T07:12:43.267-08:00")
public class HiveDatabaseAndTables
extends Object
Hive replication scope.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for database.Getter for tablesExcludeRegex.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.toString()
-
Constructor Details
-
HiveDatabaseAndTables
public HiveDatabaseAndTables()
-
-
Method Details
-
getDatabase
Getter for database. Database to replicate. -
setDatabase
Setter for database. Database to replicate. -
getTablesIncludeRegex
Getter for tablesIncludeRegex. Regex to match included tables. -
setTablesIncludeRegex
Setter for tablesIncludeRegex. Regex to match included tables. -
getTablesExcludeRegex
Getter for tablesExcludeRegex. Regex to match excluded tables. -
setTablesExcludeRegex
Setter for tablesExcludeRegex. Regex to match excluded tables. -
equals
-
hashCode
public int hashCode() -
toString
-