| 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 CacheSimpleEntryListenerConfig |
CacheSimpleEntryListenerConfigCodec.decode(ClientMessage clientMessage) |
| Modifier and Type | Method and Description |
|---|---|
static int |
CacheSimpleEntryListenerConfigCodec.calculateDataSize(CacheSimpleEntryListenerConfig config) |
static void |
CacheSimpleEntryListenerConfigCodec.encode(CacheSimpleEntryListenerConfig 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CacheSimpleEntryListenerConfigReadOnly
Deprecated.
this class will be removed in 4.0; it is meant for internal usage only.
|
| Modifier and Type | Method and Description |
|---|---|
List<CacheSimpleEntryListenerConfig> |
CacheSimpleConfigReadOnly.getCacheEntryListeners()
Deprecated.
|
List<CacheSimpleEntryListenerConfig> |
CacheSimpleConfig.getCacheEntryListeners()
Gets a list of
CacheSimpleEntryListenerConfig from this ICache. |
| Modifier and Type | Method and Description |
|---|---|
CacheSimpleConfig |
CacheSimpleConfigReadOnly.addEntryListenerConfig(CacheSimpleEntryListenerConfig listenerConfig)
Deprecated.
|
CacheSimpleConfig |
CacheSimpleConfig.addEntryListenerConfig(CacheSimpleEntryListenerConfig listenerConfig)
Adds
CacheSimpleEntryListenerConfig to this ICache. |
| Modifier and Type | Method and Description |
|---|---|
CacheSimpleConfig |
CacheSimpleConfigReadOnly.setCacheEntryListeners(List<CacheSimpleEntryListenerConfig> cacheEntryListeners)
Deprecated.
|
CacheSimpleConfig |
CacheSimpleConfig.setCacheEntryListeners(List<CacheSimpleEntryListenerConfig> cacheEntryListeners)
Sets a list of
CacheSimpleEntryListenerConfig for this ICache. |
| Constructor and Description |
|---|
CacheSimpleEntryListenerConfig(CacheSimpleEntryListenerConfig listenerConfig) |
CacheSimpleEntryListenerConfigReadOnly(CacheSimpleEntryListenerConfig listenerConfig)
Deprecated.
|
Copyright © 2018. All Rights Reserved.