Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
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.
|
Copyright © 2018 Hazelcast, Inc.. All rights reserved.