| 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  | QueueConfigReadOnlyDeprecated. 
 this class will be removed in 3.8; it is meant for internal usage only. | 
| Modifier and Type | Method and Description | 
|---|---|
| QueueConfig | QueueConfigReadOnly. addItemListenerConfig(ItemListenerConfig listenerConfig)Deprecated.  | 
| 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)Deprecated.  | 
| QueueConfig | QueueConfig. setAsyncBackupCount(int asyncBackupCount)Sets the number of asynchronous backups. | 
| QueueConfig | QueueConfigReadOnly. setBackupCount(int backupCount)Deprecated.  | 
| QueueConfig | QueueConfig. setBackupCount(int backupCount)Sets the number of synchronous backups for this queue. | 
| QueueConfig | QueueConfigReadOnly. setEmptyQueueTtl(int emptyQueueTtl)Deprecated.  | 
| QueueConfig | QueueConfig. setEmptyQueueTtl(int emptyQueueTtl)Sets the TTL (time to live) for emptying the Queue. | 
| QueueConfig | QueueConfigReadOnly. setItemListenerConfigs(List<ItemListenerConfig> listenerConfigs)Deprecated.  | 
| QueueConfig | QueueConfig. setItemListenerConfigs(List<ItemListenerConfig> listenerConfigs)Set the list of item listener configurations for this queue. | 
| QueueConfig | QueueConfigReadOnly. setMaxSize(int maxSize)Deprecated.  | 
| QueueConfig | QueueConfig. setMaxSize(int maxSize)Sets the maximum size of the Queue. | 
| QueueConfig | QueueConfigReadOnly. setName(String name)Deprecated.  | 
| QueueConfig | QueueConfig. setName(String name)Set the name for this queue. | 
| QueueConfig | QueueConfigReadOnly. setQueueStoreConfig(QueueStoreConfig queueStoreConfig)Deprecated.  | 
| QueueConfig | QueueConfig. setQueueStoreConfig(QueueStoreConfig queueStoreConfig)Set the QueueStore (load and store queue items from/to a database) configuration. | 
| QueueConfig | QueueConfigReadOnly. setStatisticsEnabled(boolean statisticsEnabled)Deprecated.  | 
| 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.