| Package | Description | 
|---|---|
| com.hazelcast.config | Provides classes for configuring HazelcastInstance. | 
| Modifier and Type | Method and Description | 
|---|---|
| QueueStoreConfig | QueueConfig. getQueueStoreConfig()Get the QueueStore (load and store queue items from/to a database) configuration. | 
| QueueStoreConfig | QueueStoreConfig. setClassName(String className) | 
| QueueStoreConfig | QueueStoreConfig. setEnabled(boolean enabled) | 
| QueueStoreConfig | QueueStoreConfig. setFactoryClassName(String factoryClassName) | 
| QueueStoreConfig | QueueStoreConfig. setFactoryImplementation(com.hazelcast.collection.QueueStoreFactory factoryImplementation) | 
| QueueStoreConfig | QueueStoreConfig. setProperties(Properties properties) | 
| QueueStoreConfig | QueueStoreConfig. setProperty(String name,
           String value) | 
| QueueStoreConfig | QueueStoreConfig. setStoreImplementation(com.hazelcast.collection.QueueStore storeImplementation) | 
| Modifier and Type | Method and Description | 
|---|---|
| QueueConfig | QueueConfig. setQueueStoreConfig(QueueStoreConfig queueStoreConfig)Set the QueueStore (load and store queue items from/to a database) configuration. | 
| Constructor and Description | 
|---|
| QueueStoreConfig(QueueStoreConfig config) | 
Copyright © 2020 Hazelcast, Inc.. All rights reserved.