public static class DynamicConfigAddScheduledExecutorConfigCodec.RequestParameters extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
capacity
maximum number of tasks that a scheduler can have at any given point in time per partition
|
int |
durability
durability of the scheduled executor
|
int |
mergeBatchSize
TODO DOC
|
String |
mergePolicy
TODO DOC
|
String |
name
name of scheduled executor
|
int |
poolSize
number of executor threads per member for the executor
|
String |
splitBrainProtectionName
name of an existing configured split brain protection to be used to determine the minimum number of members
required in the cluster for the lock to remain functional.
|
| Constructor and Description |
|---|
RequestParameters() |
public String name
public int poolSize
public int durability
public int capacity
public String splitBrainProtectionName
null, split brain protection does not
apply to this lock configuration's operations.public String mergePolicy
public int mergeBatchSize
Copyright © 2019 Hazelcast, Inc.. All rights reserved.