public class MapAttributeConfigReadOnly extends MapAttributeConfig
Constructor and Description |
---|
MapAttributeConfigReadOnly(MapAttributeConfig config)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
MapAttributeConfig |
setExtractor(String type)
Deprecated.
Sets the full class name of the extractor in a String format, e.g.
|
MapAttributeConfig |
setName(String attribute)
Deprecated.
Sets the name of the attribute extracted by the extractor.
|
getAsReadOnly, getExtractor, getName, toString
public MapAttributeConfigReadOnly(MapAttributeConfig config)
public MapAttributeConfig setName(String attribute)
MapAttributeConfig
setName
in class MapAttributeConfig
attribute
- the name of the attribute extracted by the extractor.QueryConstants
public MapAttributeConfig setExtractor(String type)
MapAttributeConfig
setExtractor
in class MapAttributeConfig
type
- the full class name of the extractor in a String format.Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.