Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Class and Description |
---|---|
class |
WanReplicationRefReadOnly
Configuration for Wan target replication reference(read only)
|
Modifier and Type | Method and Description |
---|---|
WanReplicationRef |
MapConfigReadOnly.getWanReplicationRef() |
WanReplicationRef |
MapConfig.getWanReplicationRef() |
WanReplicationRef |
WanReplicationRefReadOnly.setMergePolicy(String mergePolicy) |
WanReplicationRef |
WanReplicationRef.setMergePolicy(String mergePolicy) |
WanReplicationRef |
WanReplicationRefReadOnly.setName(String name) |
WanReplicationRef |
WanReplicationRef.setName(String name) |
Modifier and Type | Method and Description |
---|---|
MapConfig |
MapConfigReadOnly.setWanReplicationRef(WanReplicationRef wanReplicationRef) |
MapConfig |
MapConfig.setWanReplicationRef(WanReplicationRef wanReplicationRef) |
Constructor and Description |
---|
WanReplicationRef(WanReplicationRef ref) |
WanReplicationRefReadOnly(WanReplicationRef ref) |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.