| Package | Description |
|---|---|
| com.hazelcast.client.impl.protocol.codec |
Client protocol custom codec implementations
|
| com.hazelcast.client.impl.protocol.template |
Client protocol templates
|
| com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
| Modifier and Type | Method and Description |
|---|---|
static WanReplicationRef |
WanReplicationRefCodec.decode(ClientMessage clientMessage) |
| Modifier and Type | Method and Description |
|---|---|
static int |
WanReplicationRefCodec.calculateDataSize(WanReplicationRef ref) |
static void |
WanReplicationRefCodec.encode(WanReplicationRef ref,
ClientMessage clientMessage) |
| Modifier and Type | Method and Description |
|---|---|
void |
DynamicConfigTemplate.addCacheConfig(String name,
String keyType,
String valueType,
boolean statisticsEnabled,
boolean managementEnabled,
boolean readThrough,
boolean writeThrough,
String cacheLoaderFactory,
String cacheWriterFactory,
String cacheLoader,
String cacheWriter,
int backupCount,
int asyncBackupCount,
String inMemoryFormat,
String quorumName,
String mergePolicy,
boolean disablePerEntryInvalidationEvents,
List<ListenerConfigHolder> partitionLostListenerConfigs,
String expiryPolicyFactoryClassName,
CacheSimpleConfig.ExpiryPolicyFactoryConfig.TimedExpiryPolicyFactoryConfig timedExpiryPolicyFactoryConfig,
List<CacheSimpleEntryListenerConfig> cacheEntryListeners,
EvictionConfigHolder evictionConfig,
WanReplicationRef wanReplicationRef,
HotRestartConfig hotRestartConfig)
Adds a new cache configuration to a running cluster.
|
void |
DynamicConfigTemplate.addMapConfig(String name,
int backupCount,
int asyncBackupCount,
int timeToLiveSeconds,
int maxIdleSeconds,
String evictionPolicy,
boolean readBackupData,
String cacheDeserializedValues,
String mergePolicy,
String inMemoryFormat,
List<ListenerConfigHolder> listenerConfigs,
List<ListenerConfigHolder> partitionLostListenerConfigs,
boolean statisticsEnabled,
String quorumName,
Data mapEvictionPolicy,
String maxSizeConfigMaxSizePolicy,
int maxSizeConfigSize,
MapStoreConfigHolder mapStoreConfig,
NearCacheConfigHolder nearCacheConfig,
WanReplicationRef wanReplicationRef,
List<MapIndexConfig> mapIndexConfigs,
List<MapAttributeConfig> mapAttributeConfigs,
List<QueryCacheConfigHolder> queryCacheConfigs,
String partitioningStrategyClassName,
Data partitioningStrategyImplementation,
HotRestartConfig hotRestartConfig,
int mergeBatchSize)
Adds a new map configuration to a running cluster.
|
| 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. All Rights Reserved.