Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Class and Description |
---|---|
class |
ListConfigReadOnly
Deprecated.
this class will be removed in 4.0; it is meant for internal usage only.
|
Modifier and Type | Method and Description |
---|---|
ListConfig |
Config.findListConfig(String name)
Returns a read-only
IList configuration for
the given name. |
ListConfig |
ListConfig.getAsReadOnly()
Deprecated.
this method will be removed in 4.0; it is meant for internal usage only
|
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.
|
ListConfig |
ListConfigReadOnly.setAsyncBackupCount(int asyncBackupCount)
Deprecated.
|
ListConfig |
ListConfigReadOnly.setBackupCount(int backupCount)
Deprecated.
|
ListConfig |
ListConfigReadOnly.setItemListenerConfigs(List<ItemListenerConfig> listenerConfigs)
Deprecated.
|
ListConfig |
ListConfigReadOnly.setMaxSize(int maxSize)
Deprecated.
|
ListConfig |
ListConfigReadOnly.setMergePolicyConfig(MergePolicyConfig mergePolicyConfig)
Deprecated.
|
ListConfig |
ListConfigReadOnly.setName(String name)
Deprecated.
|
ListConfig |
ListConfigReadOnly.setQuorumName(String quorumName)
Deprecated.
|
ListConfig |
ListConfigReadOnly.setStatisticsEnabled(boolean statisticsEnabled)
Deprecated.
|
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) |
ListConfigReadOnly(ListConfig config)
Deprecated.
|
Copyright © 2018 Hazelcast, Inc.. All rights reserved.