|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SetConfig | |
---|---|
com.hazelcast.collection.set | This package contains ISet functionality for Hazelcast. |
com.hazelcast.config | Provides classes for configuring HazelcastInstance. |
Uses of SetConfig in com.hazelcast.collection.set |
---|
Methods in com.hazelcast.collection.set that return SetConfig | |
---|---|
protected SetConfig |
SetContainer.getConfig()
|
Uses of SetConfig in com.hazelcast.config |
---|
Subclasses of SetConfig in com.hazelcast.config | |
---|---|
class |
SetConfigReadOnly
Contains configuration for Set(read only) |
Methods in com.hazelcast.config that return SetConfig | |
---|---|
SetConfig |
Config.findSetConfig(String name)
|
SetConfig |
Config.getSetConfig(String name)
|
SetConfig |
SetConfigReadOnly.setAsyncBackupCount(int asyncBackupCount)
|
SetConfig |
SetConfigReadOnly.setBackupCount(int backupCount)
|
SetConfig |
SetConfigReadOnly.setItemListenerConfigs(List<ItemListenerConfig> listenerConfigs)
|
SetConfig |
SetConfigReadOnly.setMaxSize(int maxSize)
|
SetConfig |
SetConfigReadOnly.setName(String name)
|
SetConfig |
SetConfigReadOnly.setStatisticsEnabled(boolean statisticsEnabled)
|
Methods in com.hazelcast.config that return types with arguments of type SetConfig | |
---|---|
Map<String,SetConfig> |
Config.getSetConfigs()
|
Methods in com.hazelcast.config with parameters of type SetConfig | |
---|---|
Config |
Config.addSetConfig(SetConfig setConfig)
|
Method parameters in com.hazelcast.config with type arguments of type SetConfig | |
---|---|
Config |
Config.setSetConfigs(Map<String,SetConfig> setConfigs)
|
Constructors in com.hazelcast.config with parameters of type SetConfig | |
---|---|
SetConfig(SetConfig config)
|
|
SetConfigReadOnly(SetConfig config)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |