Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.internal.management.dto |
These contain the DTO object to exchange information with the management center.
|
Modifier and Type | Method and Description |
---|---|
WanSyncConfig |
WanPublisherConfig.getWanSyncConfig()
Returns the config for the WAN sync mechanism.
|
WanSyncConfig |
WanSyncConfig.setConsistencyCheckStrategy(ConsistencyCheckStrategy consistencyCheckStrategy)
Sets the strategy for checking consistency of data between source and
target cluster.
|
Modifier and Type | Method and Description |
---|---|
WanPublisherConfig |
WanPublisherConfig.setWanSyncConfig(WanSyncConfig wanSyncConfig)
Sets the config for the WAN sync mechanism.
|
Modifier and Type | Method and Description |
---|---|
WanSyncConfig |
WanSyncConfigDTO.getConfig() |
Constructor and Description |
---|
WanSyncConfigDTO(WanSyncConfig config) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.