| 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 HotRestartConfig |
HotRestartConfigCodec.decode(ClientMessage clientMessage) |
| Modifier and Type | Method and Description |
|---|---|
static int |
HotRestartConfigCodec.calculateDataSize(HotRestartConfig config) |
static void |
HotRestartConfigCodec.encode(HotRestartConfig config,
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)
Adds a new map configuration to a running cluster.
|
| Modifier and Type | Field and Description |
|---|---|
protected HotRestartConfig |
AbstractCacheConfig.hotRestartConfig |
| Modifier and Type | Method and Description |
|---|---|
HotRestartConfig |
AbstractCacheConfig.getHotRestartConfig()
Gets the
HotRestartConfig for this CacheConfiguration |
HotRestartConfig |
CacheSimpleConfig.getHotRestartConfig()
Gets the
HotRestartConfig for this CacheSimpleConfig |
HotRestartConfig |
MapConfig.getHotRestartConfig()
Gets the
HotRestartConfig for this MapConfig |
HotRestartConfig |
HotRestartConfig.setEnabled(boolean enabled)
Sets whether hot restart is enabled on related data structure.
|
HotRestartConfig |
HotRestartConfig.setFsync(boolean fsync)
Sets whether disk write should be followed by an
fsync() system call. |
| Modifier and Type | Method and Description |
|---|---|
CacheConfiguration<K,V> |
AbstractCacheConfig.setHotRestartConfig(HotRestartConfig hotRestartConfig)
Sets the
HotRestartConfig for this CacheConfiguration |
CacheConfiguration<K,V> |
CacheConfigReadOnly.setHotRestartConfig(HotRestartConfig hotRestartConfig)
Deprecated.
|
CacheSimpleConfig |
CacheSimpleConfigReadOnly.setHotRestartConfig(HotRestartConfig hotRestartConfig)
Deprecated.
|
CacheSimpleConfig |
CacheSimpleConfig.setHotRestartConfig(HotRestartConfig hotRestartConfig)
Sets the
HotRestartConfig for this CacheSimpleConfig |
MapConfig |
MapConfig.setHotRestartConfig(HotRestartConfig hotRestartConfig)
Sets the
HotRestartConfig for this MapConfig |
MapConfig |
MapConfigReadOnly.setHotRestartConfig(HotRestartConfig hotRestartConfig)
Deprecated.
|
| Constructor and Description |
|---|
HotRestartConfig(HotRestartConfig hotRestartConfig) |
Copyright © 2018. All Rights Reserved.