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, writeDatapublic MapAttributeConfigReadOnly(MapAttributeConfig config)
public MapAttributeConfig setName(String attribute)
MapAttributeConfigsetName in class MapAttributeConfigattribute - the name of the attribute extracted by the extractorQueryConstantspublic MapAttributeConfig setExtractor(String type)
MapAttributeConfigcom.example.car.SpeedExtractor.setExtractor in class MapAttributeConfigtype - the full class name of the extractor in a String formatCopyright © 2020 Hazelcast, Inc.. All Rights Reserved.