| 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.
|
| com.hazelcast.query.impl.getters |
Helper classes for extractions of values from object instances.
|
| Modifier and Type | Method and Description |
|---|---|
static MapAttributeConfig |
MapAttributeConfigCodec.decode(ClientMessage clientMessage) |
| Modifier and Type | Method and Description |
|---|---|
static int |
MapAttributeConfigCodec.calculateDataSize(MapAttributeConfig config) |
static void |
MapAttributeConfigCodec.encode(MapAttributeConfig config,
ClientMessage clientMessage) |
| Modifier and Type | Method and Description |
|---|---|
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 | Class and Description |
|---|---|
class |
MapAttributeConfigReadOnly
Deprecated.
this class will be removed in 4.0; it is meant for internal usage only.
|
| Modifier and Type | Method and Description |
|---|---|
MapAttributeConfig |
MapAttributeConfig.setExtractor(String extractor)
Sets the full class name of the extractor in a String format, e.g.
|
MapAttributeConfig |
MapAttributeConfigReadOnly.setExtractor(String type)
Deprecated.
|
MapAttributeConfig |
MapAttributeConfig.setName(String name)
Sets the name of the attribute extracted by the extractor.
|
MapAttributeConfig |
MapAttributeConfigReadOnly.setName(String attribute)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<MapAttributeConfig> |
MapConfig.getMapAttributeConfigs() |
| Modifier and Type | Method and Description |
|---|---|
MapConfig |
MapConfig.addMapAttributeConfig(MapAttributeConfig mapAttributeConfig) |
| Modifier and Type | Method and Description |
|---|---|
MapConfig |
MapConfig.setMapAttributeConfigs(List<MapAttributeConfig> mapAttributeConfigs) |
MapConfig |
MapConfigReadOnly.setMapAttributeConfigs(List<MapAttributeConfig> mapAttributeConfigs)
Deprecated.
|
| Constructor and Description |
|---|
MapAttributeConfig(MapAttributeConfig config) |
MapAttributeConfigReadOnly(MapAttributeConfig config)
Deprecated.
|
| Constructor and Description |
|---|
Extractors(List<MapAttributeConfig> mapAttributeConfigs,
ClassLoader classLoader) |
Copyright © 2018. All Rights Reserved.