Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Method and Description |
---|---|
WanReplicationRef |
WanReplicationRef.addFilter(String filterClassName)
Adds the class name implementing the CacheWanEventFilter or
MapWanEventFilter for filtering outbound WAN replication events.
|
WanReplicationRef |
MapConfig.getWanReplicationRef()
Gets the WAN target replication reference.
|
WanReplicationRef |
CacheConfig.getWanReplicationRef() |
WanReplicationRef |
CacheSimpleConfig.getWanReplicationRef()
Gets the WAN target replication reference.
|
WanReplicationRef |
WanReplicationRef.setFilters(List<String> filters)
Sets the list of class names implementing the CacheWanEventFilter or
MapWanEventFilter for filtering outbound WAN replication events.
|
WanReplicationRef |
WanReplicationRef.setMergePolicyClassName(String mergePolicyClassName)
Sets the merge policy sent to the WAN replication target to merge
replicated entries with existing target entries.
|
WanReplicationRef |
WanReplicationRef.setName(String name)
Sets the WAN replication reference name.
|
WanReplicationRef |
WanReplicationRef.setRepublishingEnabled(boolean republishEnabled)
Sets if incoming WAN events to this member should be republished
(forwarded) to this WAN replication reference.
|
Modifier and Type | Method and Description |
---|---|
MapConfig |
MapConfig.setWanReplicationRef(WanReplicationRef wanReplicationRef)
Sets the WAN target replication reference.
|
CacheConfig<K,V> |
CacheConfig.setWanReplicationRef(WanReplicationRef wanReplicationRef) |
CacheSimpleConfig |
CacheSimpleConfig.setWanReplicationRef(WanReplicationRef wanReplicationRef)
Sets the WAN target replication reference.
|
Constructor and Description |
---|
WanReplicationRef(WanReplicationRef ref) |
Copyright © 2023 Hazelcast, Inc.. All rights reserved.