Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Class and Description |
---|---|
class |
WanReplicationRefReadOnly
Deprecated.
this class will be removed in 4.0; it is meant for internal usage only.
|
Modifier and Type | Method and Description |
---|---|
WanReplicationRef |
WanReplicationRef.addFilter(String filter)
Adds the class name implementing the CacheWanEventFilter or
MapWanEventFilter for filtering outbound WAN replication events.
|
WanReplicationRef |
WanReplicationRefReadOnly.addFilter(String filter)
Deprecated.
|
WanReplicationRef |
CacheConfigReadOnly.getWanReplicationRef()
Deprecated.
|
WanReplicationRef |
CacheSimpleConfig.getWanReplicationRef()
Gets the WAN target replication reference.
|
WanReplicationRef |
MapConfig.getWanReplicationRef()
Gets the WAN target replication reference.
|
WanReplicationRef |
CacheConfig.getWanReplicationRef() |
WanReplicationRef |
MapConfigReadOnly.getWanReplicationRef()
Deprecated.
|
WanReplicationRef |
WanReplicationRef.setFilters(List<String> filters)
Sets the list of class names implementing the CacheWanEventFilter or
MapWanEventFilter for filtering outbound WAN replication events.
|
WanReplicationRef |
WanReplicationRefReadOnly.setFilters(List<String> filters)
Deprecated.
|
WanReplicationRef |
WanReplicationRef.setMergePolicy(String mergePolicy)
Sets the merge policy sent to the WAN replication target to merge
replicated entries with existing target entries.
|
WanReplicationRef |
WanReplicationRefReadOnly.setMergePolicy(String mergePolicy)
Deprecated.
|
WanReplicationRef |
WanReplicationRef.setName(String name)
Sets the WAN replication reference name.
|
WanReplicationRef |
WanReplicationRefReadOnly.setName(String name)
Deprecated.
|
WanReplicationRef |
WanReplicationRef.setRepublishingEnabled(boolean republishEnabled)
Sets if incoming WAN events to this member should be republished
(forwarded) to this WAN replication reference.
|
WanReplicationRef |
WanReplicationRefReadOnly.setRepublishingEnabled(boolean republishingEnabled)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CacheConfig<K,V> |
CacheConfigReadOnly.setWanReplicationRef(WanReplicationRef wanReplicationRef)
Deprecated.
|
void |
CacheSimpleConfigReadOnly.setWanReplicationRef(WanReplicationRef wanReplicationRef)
Deprecated.
|
void |
CacheSimpleConfig.setWanReplicationRef(WanReplicationRef wanReplicationRef)
Sets the WAN target replication reference.
|
MapConfig |
MapConfig.setWanReplicationRef(WanReplicationRef wanReplicationRef)
Sets the WAN target replication reference.
|
CacheConfig<K,V> |
CacheConfig.setWanReplicationRef(WanReplicationRef wanReplicationRef) |
MapConfig |
MapConfigReadOnly.setWanReplicationRef(WanReplicationRef wanReplicationRef)
Deprecated.
|
Constructor and Description |
---|
WanReplicationRef(WanReplicationRef ref) |
WanReplicationRefReadOnly(WanReplicationRef ref)
Deprecated.
|
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.