| 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
Contains the configuration for a extractor of Map. 
 | 
| 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)  | 
MapAttributeConfig | 
MapAttributeConfig.setName(String name)
Sets the name of the attribute extracted by the extractor. 
 | 
MapAttributeConfig | 
MapAttributeConfigReadOnly.setName(String attribute)  | 
| 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)  | 
| Constructor and Description | 
|---|
MapAttributeConfig(MapAttributeConfig config)  | 
MapAttributeConfigReadOnly(MapAttributeConfig config)  | 
| Constructor and Description | 
|---|
Extractors(List<MapAttributeConfig> mapAttributeConfigs)  | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.