Uses of Class
com.hazelcast.config.QueueStoreConfig

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

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

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

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()
          Get the QueueStore (load and store queue items from/to a database) configuration.
 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)
          Set the QueueStore (load and store queue items from/to a database) configuration.
 

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



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