| Package | Description |
|---|---|
| com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
| Modifier and Type | Field and Description |
|---|---|
protected MergePolicyConfig |
AbstractBasicConfig.mergePolicyConfig |
protected MergePolicyConfig |
MergePolicyConfig.readOnly |
| Modifier and Type | Method and Description |
|---|---|
MergePolicyConfig |
MergePolicyConfig.getAsReadOnly()
Deprecated.
this method will be removed in 4.0; it is meant for internal usage only
|
MergePolicyConfig |
AbstractBasicConfig.getMergePolicyConfig()
Gets the
MergePolicyConfig of this data structure. |
MergePolicyConfig |
MergePolicyConfig.setBatchSize(int batchSize)
Sets the batch size, which will be used to determine the number of entries to be sent in a merge operation.
|
MergePolicyConfig |
MergePolicyConfig.setPolicy(String policy)
Sets the classname of your
SplitBrainMergePolicy. |
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractBasicConfig.setMergePolicyConfig(MergePolicyConfig mergePolicyConfig)
Sets the
MergePolicyConfig for this data structure. |
| Constructor and Description |
|---|
MergePolicyConfig(MergePolicyConfig mergePolicyConfig) |
Copyright © 2018. All Rights Reserved.