public class AttributeConfigReadOnly extends AttributeConfig
| Constructor and Description |
|---|
AttributeConfigReadOnly(AttributeConfig config) |
| Modifier and Type | Method and Description |
|---|---|
AttributeConfig |
setExtractorClassName(String extractorClassName)
Sets the full class name of the extractor in a String format, e.g.
|
AttributeConfig |
setName(String attribute)
Sets the name of the attribute extracted by the extractor.
|
equals, getClassId, getExtractorClassName, getFactoryId, getName, hashCode, readData, toString, writeDatapublic AttributeConfigReadOnly(AttributeConfig config)
public AttributeConfig setName(String attribute)
AttributeConfigsetName in class AttributeConfigattribute - the name of the attribute extracted by the extractorQueryConstantspublic AttributeConfig setExtractorClassName(String extractorClassName)
AttributeConfigcom.example.car.SpeedExtractor.setExtractorClassName in class AttributeConfigextractorClassName - the full class name of the extractor in a String formatCopyright © 2019 Hazelcast, Inc.. All rights reserved.