| Package | Description | 
|---|---|
| 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 | 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 © 2020 Hazelcast, Inc.. All Rights Reserved.