Package | Description |
---|---|
com.hazelcast.client.impl.clientside |
Contains most of the client side HazelcastInstance implementation functionality.
|
com.hazelcast.collection.impl.set |
This package contains ISet 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 |
---|---|
SetConfig |
ClientDynamicClusterConfig.findSetConfig(String name) |
SetConfig |
ClientDynamicClusterConfig.getSetConfig(String name) |
Modifier and Type | Method and Description |
---|---|
Map<String,SetConfig> |
ClientDynamicClusterConfig.getSetConfigs() |
Modifier and Type | Method and Description |
---|---|
Config |
ClientDynamicClusterConfig.addSetConfig(SetConfig setConfig) |
Modifier and Type | Method and Description |
---|---|
Config |
ClientDynamicClusterConfig.setSetConfigs(Map<String,SetConfig> setConfigs) |
Modifier and Type | Method and Description |
---|---|
SetConfig |
SetContainer.getConfig() |
Modifier and Type | Class and Description |
---|---|
class |
SetConfigReadOnly
Deprecated.
this class will be removed in 4.0; it is meant for internal usage only.
|
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.
|
SetConfig |
SetConfigReadOnly.setAsyncBackupCount(int asyncBackupCount)
Deprecated.
|
SetConfig |
SetConfigReadOnly.setBackupCount(int backupCount)
Deprecated.
|
SetConfig |
SetConfigReadOnly.setItemListenerConfigs(List<ItemListenerConfig> listenerConfigs)
Deprecated.
|
SetConfig |
SetConfigReadOnly.setMaxSize(int maxSize)
Deprecated.
|
SetConfig |
SetConfigReadOnly.setMergePolicyConfig(MergePolicyConfig mergePolicyConfig)
Deprecated.
|
SetConfig |
SetConfigReadOnly.setName(String name)
Deprecated.
|
SetConfig |
SetConfigReadOnly.setQuorumName(String quorumName)
Deprecated.
|
SetConfig |
SetConfigReadOnly.setStatisticsEnabled(boolean statisticsEnabled)
Deprecated.
|
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) |
SetConfigReadOnly(SetConfig config)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SetConfig |
DynamicConfigurationAwareConfig.findSetConfig(String name) |
SetConfig |
ClusterWideConfigurationService.findSetConfig(String name) |
SetConfig |
ConfigurationService.findSetConfig(String name)
Finds existing Set config.
|
SetConfig |
DynamicConfigurationAwareConfig.getSetConfig(String name) |
Modifier and Type | Method and Description |
---|---|
Map<String,SetConfig> |
DynamicConfigurationAwareConfig.getSetConfigs() |
ConcurrentMap<String,SetConfig> |
ClusterWideConfigurationService.getSetConfigs() |
Map<String,SetConfig> |
ConfigurationService.getSetConfigs()
Returns all registered set configurations.
|
Modifier and Type | Method and Description |
---|---|
Config |
DynamicConfigurationAwareConfig.addSetConfig(SetConfig setConfig) |
Modifier and Type | Method and Description |
---|---|
Config |
DynamicConfigurationAwareConfig.setSetConfigs(Map<String,SetConfig> setConfigs) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.