| Package | Description | 
|---|---|
| com.hazelcast.collection.impl.queue | |
| com.hazelcast.config | 
 Provides classes for configuring HazelcastInstance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static QueueStoreWrapper | 
QueueStoreWrapper.create(String name,
      QueueStoreConfig storeConfig,
      SerializationService serializationService)
Factory method that creates a  
QueueStoreWrapper | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
QueueStoreConfigReadOnly
Contains the configuration for an  
QueueStore. | 
| Modifier and Type | Method and Description | 
|---|---|
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)  | 
| Modifier and Type | Method and Description | 
|---|---|
QueueConfig | 
QueueConfigReadOnly.setQueueStoreConfig(QueueStoreConfig queueStoreConfig)  | 
QueueConfig | 
QueueConfig.setQueueStoreConfig(QueueStoreConfig queueStoreConfig)
Set the QueueStore (load and store queue items from/to a database) configuration. 
 | 
| Constructor and Description | 
|---|
QueueStoreConfig(QueueStoreConfig config)  | 
QueueStoreConfigReadOnly(QueueStoreConfig config)  | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.