| 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)
Add class name implementing the CacheWanEventFilter or MapWanEventFilter for filtering 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)
Set the list of class names implementing the CacheWanEventFilter or MapWanEventFilter for filtering WAN replication
 events. 
 | 
WanReplicationRef | 
WanReplicationRefReadOnly.setFilters(List<String> filters)
Deprecated.  
  | 
WanReplicationRef | 
WanReplicationRef.setMergePolicy(String mergePolicy)  | 
WanReplicationRef | 
WanReplicationRefReadOnly.setMergePolicy(String mergePolicy)
Deprecated.  
  | 
WanReplicationRef | 
WanReplicationRef.setName(String name)  | 
WanReplicationRef | 
WanReplicationRefReadOnly.setName(String name)
Deprecated.  
  | 
WanReplicationRef | 
WanReplicationRef.setRepublishingEnabled(boolean republishEnabled)  | 
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 © 2020 Hazelcast, Inc.. All Rights Reserved.