Uses of Class
com.hazelcast.config.QueueConfig

Packages that use QueueConfig
com.hazelcast.collection.impl.queue   
com.hazelcast.collection.impl.txnqueue   
com.hazelcast.config Provides classes for configuring HazelcastInstance. 
 

Uses of QueueConfig in com.hazelcast.collection.impl.queue
 

Methods in com.hazelcast.collection.impl.queue that return QueueConfig
 QueueConfig QueueContainer.getConfig()
           
 

Methods in com.hazelcast.collection.impl.queue with parameters of type QueueConfig
 void QueueContainer.setConfig(QueueConfig config, NodeEngine nodeEngine, QueueService service)
           
 

Constructors in com.hazelcast.collection.impl.queue with parameters of type QueueConfig
QueueContainer(String name, QueueConfig config, NodeEngine nodeEngine, QueueService service)
           
 

Uses of QueueConfig in com.hazelcast.collection.impl.txnqueue
 

Fields in com.hazelcast.collection.impl.txnqueue declared as QueueConfig
protected  QueueConfig TransactionalQueueProxySupport.config
           
 

Uses of QueueConfig in com.hazelcast.config
 

Subclasses of QueueConfig in com.hazelcast.config
 class QueueConfigReadOnly
          Contains the configuration for an IQueue.
 

Methods in com.hazelcast.config that return QueueConfig
 QueueConfig QueueConfigReadOnly.addItemListenerConfig(ItemListenerConfig listenerConfig)
           
 QueueConfig QueueConfig.addItemListenerConfig(ItemListenerConfig listenerConfig)
          Add an item listener configuration to this queue configuration.
 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.
 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 configuration to this list.
 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 configuration.
 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)
          Set the statistics enabled value for this queue configuration.
 

Methods in com.hazelcast.config that return types with arguments of type QueueConfig
 Map<String,QueueConfig> Config.getQueueConfigs()
           
 

Methods in com.hazelcast.config with parameters of type QueueConfig
 Config Config.addQueueConfig(QueueConfig queueConfig)
           
 

Method parameters in com.hazelcast.config with type arguments of type QueueConfig
 Config Config.setQueueConfigs(Map<String,QueueConfig> queueConfigs)
           
 

Constructors in com.hazelcast.config with parameters of type QueueConfig
QueueConfig(QueueConfig config)
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.