UpdateReplicat¶
-
class
oci.database_migration.models.
UpdateReplicat
(**kwargs)¶ Bases:
object
Parameters for Replicat processes. If an empty object is specified, the stored Replicat details will be removed.
Methods
__init__
(**kwargs)Initializes a new UpdateReplicat object with values from keyword arguments. Attributes
map_parallelism
Gets the map_parallelism of this UpdateReplicat. max_apply_parallelism
Gets the max_apply_parallelism of this UpdateReplicat. min_apply_parallelism
Gets the min_apply_parallelism of this UpdateReplicat. -
__init__
(**kwargs)¶ Initializes a new UpdateReplicat object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - map_parallelism (int) – The value to assign to the map_parallelism property of this UpdateReplicat.
- min_apply_parallelism (int) – The value to assign to the min_apply_parallelism property of this UpdateReplicat.
- max_apply_parallelism (int) – The value to assign to the max_apply_parallelism property of this UpdateReplicat.
-
map_parallelism
¶ Gets the map_parallelism of this UpdateReplicat. Number of threads used to read trail files (valid for Parallel Replicat)
Returns: The map_parallelism of this UpdateReplicat. Return type: int
-
max_apply_parallelism
¶ Gets the max_apply_parallelism of this UpdateReplicat. Defines the range in which Replicat automatically adjusts its apply parallelism (valid for Parallel Replicat)
Returns: The max_apply_parallelism of this UpdateReplicat. Return type: int
-
min_apply_parallelism
¶ Gets the min_apply_parallelism of this UpdateReplicat. Defines the range in which Replicat automatically adjusts its apply parallelism (valid for Parallel Replicat)
Returns: The min_apply_parallelism of this UpdateReplicat. Return type: int
-