public static class DynamicConfigAddPNCounterConfigCodec.RequestParameters extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
name
name of the CRDT PN counter configuration
|
int |
replicaCount
number of replicas on which the CRDT state is kept
|
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
set to
true to enable statistics on this multimap configuration |
| Constructor and Description |
|---|
RequestParameters() |
public String name
public int replicaCount
public boolean statisticsEnabled
true to enable statistics on this multimap configurationpublic String splitBrainProtectionName
null, split brain protection does not
apply to this lock configuration's operations.Copyright © 2019 Hazelcast, Inc.. All rights reserved.