Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Replicat |
build() |
Replicat.Builder |
copy(Replicat model) |
Replicat.Builder |
mapParallelism(Integer mapParallelism)
Number of threads used to read trail files (valid for Parallel Replicat)
|
Replicat.Builder |
maxApplyParallelism(Integer maxApplyParallelism)
Defines the range in which Replicat automatically adjusts its apply parallelism (valid
for Parallel Replicat)
|
Replicat.Builder |
minApplyParallelism(Integer minApplyParallelism)
Defines the range in which Replicat automatically adjusts its apply parallelism (valid
for Parallel Replicat)
|
Replicat.Builder |
performanceProfile(ReplicatPerformanceProfile performanceProfile)
Replicat performance.
|
public Replicat.Builder performanceProfile(ReplicatPerformanceProfile performanceProfile)
Replicat performance.
performanceProfile
- the value to setpublic Replicat.Builder mapParallelism(Integer mapParallelism)
Number of threads used to read trail files (valid for Parallel Replicat)
mapParallelism
- the value to setpublic Replicat.Builder minApplyParallelism(Integer minApplyParallelism)
Defines the range in which Replicat automatically adjusts its apply parallelism (valid for Parallel Replicat)
minApplyParallelism
- the value to setpublic Replicat.Builder maxApplyParallelism(Integer maxApplyParallelism)
Defines the range in which Replicat automatically adjusts its apply parallelism (valid for Parallel Replicat)
maxApplyParallelism
- the value to setpublic Replicat build()
public Replicat.Builder copy(Replicat model)
Copyright © 2016–2023. All rights reserved.