Package | Description |
---|---|
com.hazelcast.collection.impl.list |
This package contains IList functionality for Hazelcast.
|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Method and Description |
---|---|
ListConfig |
ListContainer.getConfig() |
Modifier and Type | Class and Description |
---|---|
class |
ListConfigReadOnly
Deprecated.
this class will be removed in 3.8; it is meant for internal usage only.
|
Modifier and Type | Method and Description |
---|---|
ListConfig |
Config.findListConfig(String name) |
ListConfig |
ListConfig.getAsReadOnly() |
ListConfig |
Config.getListConfig(String name) |
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.setName(String name)
Deprecated.
|
ListConfig |
ListConfigReadOnly.setStatisticsEnabled(boolean statisticsEnabled)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Map<String,ListConfig> |
Config.getListConfigs() |
Modifier and Type | Method and Description |
---|---|
Config |
Config.addListConfig(ListConfig listConfig) |
Modifier and Type | Method and Description |
---|---|
Config |
Config.setListConfigs(Map<String,ListConfig> listConfigs) |
Constructor and Description |
---|
ListConfig(ListConfig config) |
ListConfigReadOnly(ListConfig config)
Deprecated.
|
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.