public static class DynamicConfigAddSetConfigCodec.RequestParameters extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
asyncBackupCount
number of asynchronous backups
|
int |
backupCount
number of synchronous backups
|
List<ListenerConfigHolder> |
listenerConfigs
item listener configurations
|
int |
maxSize
maximum size of the set
|
int |
mergeBatchSize
TODO DOC
|
String |
mergePolicy
TODO DOC
|
String |
name
set's name
|
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.
|
boolean |
statisticsEnabled
true to enable gathering of statistics on the list, otherwise false |
| Constructor and Description |
|---|
RequestParameters() |
public String name
public List<ListenerConfigHolder> listenerConfigs
public int backupCount
public int asyncBackupCount
public int maxSize
public boolean statisticsEnabled
true to enable gathering of statistics on the list, otherwise falsepublic 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.