Package | Description |
---|---|
com.hazelcast.client.impl.clientside |
Contains most of the client side HazelcastInstance implementation functionality.
|
com.hazelcast.collection.impl.list |
This package contains IList functionality for Hazelcast.
|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.internal.dynamicconfig |
Classes related to Dynamic Configuration.
|
Modifier and Type | Method and Description |
---|---|
ListConfig |
ClientDynamicClusterConfig.findListConfig(String name) |
ListConfig |
ClientDynamicClusterConfig.getListConfig(String name) |
Modifier and Type | Method and Description |
---|---|
Map<String,ListConfig> |
ClientDynamicClusterConfig.getListConfigs() |
Modifier and Type | Method and Description |
---|---|
Config |
ClientDynamicClusterConfig.addListConfig(ListConfig listConfig) |
Modifier and Type | Method and Description |
---|---|
Config |
ClientDynamicClusterConfig.setListConfigs(Map<String,ListConfig> listConfigs) |
Modifier and Type | Method and Description |
---|---|
ListConfig |
ListContainer.getConfig() |
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.
|
Modifier and Type | Method and Description |
---|---|
ListConfig |
DynamicConfigurationAwareConfig.findListConfig(String name) |
ListConfig |
ClusterWideConfigurationService.findListConfig(String name) |
ListConfig |
ConfigurationService.findListConfig(String name)
Finds existing List config.
|
ListConfig |
DynamicConfigurationAwareConfig.getListConfig(String name) |
Modifier and Type | Method and Description |
---|---|
Map<String,ListConfig> |
DynamicConfigurationAwareConfig.getListConfigs() |
ConcurrentMap<String,ListConfig> |
ClusterWideConfigurationService.getListConfigs() |
Map<String,ListConfig> |
ConfigurationService.getListConfigs()
Returns all registered list configurations.
|
Modifier and Type | Method and Description |
---|---|
Config |
DynamicConfigurationAwareConfig.addListConfig(ListConfig listConfig) |
Modifier and Type | Method and Description |
---|---|
Config |
DynamicConfigurationAwareConfig.setListConfigs(Map<String,ListConfig> listConfigs) |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.