BatchingBasedOdhPatchingConfig.Builder |
BatchingBasedOdhPatchingConfig.Builder.batchSize(Integer batchSize) |
How many nodes to be patched in each iteration.
|
static BatchingBasedOdhPatchingConfig.Builder |
BatchingBasedOdhPatchingConfig.builder() |
Create a new builder.
|
BatchingBasedOdhPatchingConfig.Builder |
BatchingBasedOdhPatchingConfig.Builder.copy(BatchingBasedOdhPatchingConfig model) |
|
BatchingBasedOdhPatchingConfig.Builder |
BatchingBasedOdhPatchingConfig.toBuilder() |
|
BatchingBasedOdhPatchingConfig.Builder |
BatchingBasedOdhPatchingConfig.Builder.toleranceThresholdPerBatch(Integer toleranceThresholdPerBatch) |
Acceptable number of failed-to-be-patched nodes in each batch.
|
BatchingBasedOdhPatchingConfig.Builder |
BatchingBasedOdhPatchingConfig.Builder.waitTimeBetweenBatchInSeconds(Integer waitTimeBetweenBatchInSeconds) |
The wait time between batches in seconds.
|