Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
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 |
MapAttributeConfigReadOnly.setExtractor(String type)
Deprecated.
|
MapAttributeConfig |
MapAttributeConfig.setExtractor(String extractor)
Sets the full class name of the extractor in a String format, e.g.
|
MapAttributeConfig |
MapAttributeConfigReadOnly.setName(String attribute)
Deprecated.
|
MapAttributeConfig |
MapAttributeConfig.setName(String name)
Sets the name of the attribute extracted by the extractor.
|
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 |
MapConfigReadOnly.setMapAttributeConfigs(List<MapAttributeConfig> mapAttributeConfigs)
Deprecated.
|
MapConfig |
MapConfig.setMapAttributeConfigs(List<MapAttributeConfig> mapAttributeConfigs) |
Constructor and Description |
---|
MapAttributeConfig(MapAttributeConfig config) |
MapAttributeConfigReadOnly(MapAttributeConfig config)
Deprecated.
|
Copyright © 2018 Hazelcast, Inc.. All rights reserved.