Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Method and Description |
---|---|
ListConfig |
Config.findListConfig(String name)
Returns a read-only
IList configuration for
the given name. |
ListConfig |
Config.getListConfig(String name)
Returns the ListConfig 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,ListConfig> |
Config.getListConfigs()
Returns the map of
IList configurations,
mapped by config name. |
Modifier and Type | Method and Description |
---|---|
Config |
Config.addListConfig(ListConfig listConfig)
Adds the list configuration.
|
Modifier and Type | Method and Description |
---|---|
Config |
Config.setListConfigs(Map<String,ListConfig> listConfigs)
Sets the map of
IList configurations,
mapped by config name. |
Constructor and Description |
---|
ListConfig(ListConfig config) |
Copyright © 2023 Hazelcast, Inc.. All rights reserved.