Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Method and Description |
---|---|
AttributeConfig |
AttributeConfig.setExtractorClassName(String extractorClassName)
Sets the full class name of the extractor in a String format, e.g.
|
AttributeConfig |
AttributeConfig.setName(String name)
Sets the name of the attribute extracted by the extractor.
|
Modifier and Type | Method and Description |
---|---|
List<AttributeConfig> |
MapConfig.getAttributeConfigs() |
Modifier and Type | Method and Description |
---|---|
MapConfig |
MapConfig.addAttributeConfig(AttributeConfig attributeConfig) |
Modifier and Type | Method and Description |
---|---|
MapConfig |
MapConfig.setAttributeConfigs(List<AttributeConfig> attributeConfigs) |
Constructor and Description |
---|
AttributeConfig(AttributeConfig config) |
Copyright © 2023 Hazelcast, Inc.. All rights reserved.