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.
|
equals, getAsReadOnly, getExtractor, getFactoryId, getId, getName, hashCode, readData, toString, writeData
public MapAttributeConfigReadOnly(MapAttributeConfig config)
public MapAttributeConfig setName(String attribute)
MapAttributeConfig
setName
in class MapAttributeConfig
attribute
- the name of the attribute extracted by the extractorQueryConstants
public MapAttributeConfig setExtractor(String type)
MapAttributeConfig
com.example.car.SpeedExtractor
.setExtractor
in class MapAttributeConfig
type
- the full class name of the extractor in a String formatCopyright © 2018 Hazelcast, Inc.. All rights reserved.