Uses of Class
com.hazelcast.config.QueueStoreConfig

Packages that use QueueStoreConfig
com.hazelcast.config Provides classes for configuring HazelcastInstance. 
com.hazelcast.queue.impl This package contains the IQueue functionality.
The IQueue is the distributed version of the BlockingQueue
 

Uses of QueueStoreConfig in com.hazelcast.config
 

Subclasses of QueueStoreConfig in com.hazelcast.config
 class QueueStoreConfigReadOnly
          Contains the configuration for an QueueStore.
 

Methods in com.hazelcast.config that return QueueStoreConfig
 QueueStoreConfig QueueConfigReadOnly.getQueueStoreConfig()
           
 QueueStoreConfig QueueConfig.getQueueStoreConfig()
           
 QueueStoreConfig QueueStoreConfig.setClassName(String className)
           
 QueueStoreConfig QueueStoreConfigReadOnly.setClassName(String className)
           
 QueueStoreConfig QueueStoreConfig.setEnabled(boolean enabled)
           
 QueueStoreConfig QueueStoreConfigReadOnly.setEnabled(boolean enabled)
           
 QueueStoreConfig QueueStoreConfig.setFactoryClassName(String factoryClassName)
           
 QueueStoreConfig QueueStoreConfigReadOnly.setFactoryClassName(String factoryClassName)
           
 QueueStoreConfig QueueStoreConfig.setFactoryImplementation(QueueStoreFactory factoryImplementation)
           
 QueueStoreConfig QueueStoreConfigReadOnly.setFactoryImplementation(QueueStoreFactory factoryImplementation)
           
 QueueStoreConfig QueueStoreConfig.setProperties(Properties properties)
           
 QueueStoreConfig QueueStoreConfigReadOnly.setProperties(Properties properties)
           
 QueueStoreConfig QueueStoreConfig.setProperty(String name, String value)
           
 QueueStoreConfig QueueStoreConfigReadOnly.setProperty(String name, String value)
           
 QueueStoreConfig QueueStoreConfig.setStoreImplementation(QueueStore storeImplementation)
           
 QueueStoreConfig QueueStoreConfigReadOnly.setStoreImplementation(QueueStore storeImplementation)
           
 

Methods in com.hazelcast.config with parameters of type QueueStoreConfig
 QueueConfig QueueConfigReadOnly.setQueueStoreConfig(QueueStoreConfig queueStoreConfig)
           
 QueueConfig QueueConfig.setQueueStoreConfig(QueueStoreConfig queueStoreConfig)
           
 

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

Uses of QueueStoreConfig in com.hazelcast.queue.impl
 

Methods in com.hazelcast.queue.impl with parameters of type QueueStoreConfig
static QueueStoreWrapper QueueStoreWrapper.create(String name, QueueStoreConfig storeConfig, SerializationService serializationService)
          Factory method that creates a QueueStoreWrapper
 



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