Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Method and Description |
---|---|
SetConfig |
Config.findSetConfig(String name)
Returns a read-only
ISet configuration for
the given name. |
SetConfig |
Config.getSetConfig(String name)
Returns the SetConfig for the given name, creating one
if necessary and adding it to the collection of known configurations.
|
Modifier and Type | Method and Description |
---|---|
Map<String,SetConfig> |
Config.getSetConfigs()
Returns the map of
ISet configurations,
mapped by config name. |
Modifier and Type | Method and Description |
---|---|
Config |
Config.addSetConfig(SetConfig setConfig)
Adds the set configuration.
|
Modifier and Type | Method and Description |
---|---|
Config |
Config.setSetConfigs(Map<String,SetConfig> setConfigs)
Sets the map of
ISet configurations,
mapped by config name. |
Constructor and Description |
---|
SetConfig(SetConfig config) |
Copyright © 2023 Hazelcast, Inc.. All rights reserved.