Package | Description |
---|---|
com.hazelcast.collection.impl.set |
This package contains ISet functionality for Hazelcast.
|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Method and Description |
---|---|
SetConfig |
SetContainer.getConfig() |
Modifier and Type | Class and Description |
---|---|
class |
SetConfigReadOnly
Deprecated.
this class will be removed in 3.8; it is meant for internal usage only.
|
Modifier and Type | Method and Description |
---|---|
SetConfig |
Config.findSetConfig(String name) |
SetConfig |
Config.getSetConfig(String name) |
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.setName(String name)
Deprecated.
|
SetConfig |
SetConfigReadOnly.setStatisticsEnabled(boolean statisticsEnabled)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Map<String,SetConfig> |
Config.getSetConfigs() |
Modifier and Type | Method and Description |
---|---|
Config |
Config.addSetConfig(SetConfig setConfig) |
Modifier and Type | Method and Description |
---|---|
Config |
Config.setSetConfigs(Map<String,SetConfig> setConfigs) |
Constructor and Description |
---|
SetConfig(SetConfig config) |
SetConfigReadOnly(SetConfig config)
Deprecated.
|
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.