| Package | Description | 
|---|---|
| com.hazelcast.client.impl.protocol.task.dynamicconfig | |
| com.hazelcast.collection.impl.queue | |
| com.hazelcast.config | 
 Provides classes for configuring HazelcastInstance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
QueueStoreConfig | 
QueueStoreConfigHolder.asQueueStoreConfig(SerializationService serializationService)  | 
| Modifier and Type | Method and Description | 
|---|---|
static QueueStoreConfigHolder | 
QueueStoreConfigHolder.of(QueueStoreConfig queueStoreConfig,
  SerializationService serializationService)  | 
| Modifier and Type | Method and Description | 
|---|---|
static QueueStoreWrapper | 
QueueStoreWrapper.create(String name,
      QueueStoreConfig storeConfig,
      SerializationService serializationService,
      ClassLoader classLoader)
Factory method that creates a  
QueueStoreWrapper | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
QueueStoreConfigReadOnly
Deprecated. 
 
this class will be removed in 4.0; it is meant for internal usage only. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
QueueStoreConfig | 
QueueConfigReadOnly.getQueueStoreConfig()
Deprecated.  
  | 
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)
Deprecated.  
  | 
QueueStoreConfig | 
QueueStoreConfig.setEnabled(boolean enabled)  | 
QueueStoreConfig | 
QueueStoreConfigReadOnly.setEnabled(boolean enabled)
Deprecated.  
  | 
QueueStoreConfig | 
QueueStoreConfig.setFactoryClassName(String factoryClassName)  | 
QueueStoreConfig | 
QueueStoreConfigReadOnly.setFactoryClassName(String factoryClassName)
Deprecated.  
  | 
QueueStoreConfig | 
QueueStoreConfig.setFactoryImplementation(QueueStoreFactory factoryImplementation)  | 
QueueStoreConfig | 
QueueStoreConfigReadOnly.setFactoryImplementation(QueueStoreFactory factoryImplementation)
Deprecated.  
  | 
QueueStoreConfig | 
QueueStoreConfig.setProperties(Properties properties)  | 
QueueStoreConfig | 
QueueStoreConfigReadOnly.setProperties(Properties properties)
Deprecated.  
  | 
QueueStoreConfig | 
QueueStoreConfig.setProperty(String name,
           String value)  | 
QueueStoreConfig | 
QueueStoreConfigReadOnly.setProperty(String name,
           String value)
Deprecated.  
  | 
QueueStoreConfig | 
QueueStoreConfig.setStoreImplementation(QueueStore storeImplementation)  | 
QueueStoreConfig | 
QueueStoreConfigReadOnly.setStoreImplementation(QueueStore storeImplementation)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
QueueConfig | 
QueueConfigReadOnly.setQueueStoreConfig(QueueStoreConfig queueStoreConfig)
Deprecated.  
  | 
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)
Deprecated.  
  | 
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.