Package | Description |
---|---|
com.hazelcast.collection.impl.queue | |
com.hazelcast.collection.impl.txnqueue | |
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Method and Description |
---|---|
QueueConfig |
QueueContainer.getConfig() |
Modifier and Type | Method and Description |
---|---|
void |
QueueContainer.setConfig(QueueConfig config,
NodeEngine nodeEngine,
QueueService service) |
Constructor and Description |
---|
QueueContainer(String name,
QueueConfig config,
NodeEngine nodeEngine,
QueueService service) |
Modifier and Type | Field and Description |
---|---|
protected QueueConfig |
TransactionalQueueProxySupport.config |
Modifier and Type | Class and Description |
---|---|
class |
QueueConfigReadOnly
Contains the configuration for an
IQueue . |
Modifier and Type | Method and Description |
---|---|
QueueConfig |
QueueConfigReadOnly.addItemListenerConfig(ItemListenerConfig listenerConfig) |
QueueConfig |
QueueConfig.addItemListenerConfig(ItemListenerConfig listenerConfig)
Add an item listener configuration to this queue.
|
QueueConfig |
Config.findQueueConfig(String name) |
QueueConfig |
Config.getQueueConfig(String name) |
QueueConfig |
QueueConfigReadOnly.setAsyncBackupCount(int asyncBackupCount) |
QueueConfig |
QueueConfig.setAsyncBackupCount(int asyncBackupCount)
Sets the number of asynchronous backups.
|
QueueConfig |
QueueConfigReadOnly.setBackupCount(int backupCount) |
QueueConfig |
QueueConfig.setBackupCount(int backupCount)
Sets the number of synchronous backups for this queue.
|
QueueConfig |
QueueConfigReadOnly.setEmptyQueueTtl(int emptyQueueTtl) |
QueueConfig |
QueueConfig.setEmptyQueueTtl(int emptyQueueTtl)
Sets the TTL (time to live) for emptying the Queue.
|
QueueConfig |
QueueConfigReadOnly.setItemListenerConfigs(List<ItemListenerConfig> listenerConfigs) |
QueueConfig |
QueueConfig.setItemListenerConfigs(List<ItemListenerConfig> listenerConfigs)
Set the list of item listener configurations for this queue.
|
QueueConfig |
QueueConfigReadOnly.setMaxSize(int maxSize) |
QueueConfig |
QueueConfig.setMaxSize(int maxSize)
Sets the maximum size of the Queue.
|
QueueConfig |
QueueConfigReadOnly.setName(String name) |
QueueConfig |
QueueConfig.setName(String name)
Set the name for this queue.
|
QueueConfig |
QueueConfigReadOnly.setQueueStoreConfig(QueueStoreConfig queueStoreConfig) |
QueueConfig |
QueueConfig.setQueueStoreConfig(QueueStoreConfig queueStoreConfig)
Set the QueueStore (load and store queue items from/to a database) configuration.
|
QueueConfig |
QueueConfigReadOnly.setStatisticsEnabled(boolean statisticsEnabled) |
QueueConfig |
QueueConfig.setStatisticsEnabled(boolean statisticsEnabled)
Enables or disables statistics for this queue.
|
Modifier and Type | Method and Description |
---|---|
Map<String,QueueConfig> |
Config.getQueueConfigs() |
Modifier and Type | Method and Description |
---|---|
Config |
Config.addQueueConfig(QueueConfig queueConfig) |
Modifier and Type | Method and Description |
---|---|
Config |
Config.setQueueConfigs(Map<String,QueueConfig> queueConfigs) |
Constructor and Description |
---|
QueueConfig(QueueConfig config) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.