Class HiveArguments
java.lang.Object
com.cloudera.cdp.replicationmanager.model.HiveArguments
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:29.297-07:00")
public class HiveArguments
extends Object
Hive replication arguments.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for databasesAndTables.Getter for numThreads.Getter for sentryPermissions.Getter for skipUrlPermissions.int
hashCode()
void
setDatabasesAndTables
(List<HiveDatabaseAndTables> databasesAndTables) Setter for databasesAndTables.void
setNumThreads
(Long numThreads) Setter for numThreads.void
setSentryPermissions
(String sentryPermissions) Setter for sentryPermissions.void
setSkipUrlPermissions
(Boolean skipUrlPermissions) Setter for skipUrlPermissions.toString()
-
Constructor Details
-
HiveArguments
public HiveArguments()
-
-
Method Details
-
getDatabasesAndTables
Getter for databasesAndTables. Scope of the replication. -
setDatabasesAndTables
Setter for databasesAndTables. Scope of the replication. -
getSentryPermissions
Getter for sentryPermissions. Include or exclude Sentry permissions. -
setSentryPermissions
Setter for sentryPermissions. Include or exclude Sentry permissions. -
getSkipUrlPermissions
Getter for skipUrlPermissions. Skip URL permissions. -
setSkipUrlPermissions
Setter for skipUrlPermissions. Skip URL permissions. -
getNumThreads
Getter for numThreads. Number of threads to use during replication. -
setNumThreads
Setter for numThreads. Number of threads to use during replication. -
equals
-
hashCode
public int hashCode() -
toString
-