| Package | Description | 
|---|---|
| com.hazelcast.collection | 
 This package contains classes to support the collection API. 
 | 
| com.hazelcast.config | 
 Provides classes for configuring HazelcastInstance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
QueueStore<T> | 
QueueStoreFactory.newQueueStore(String name,
             Properties properties)  | 
| Modifier and Type | Method and Description | 
|---|---|
QueueStore | 
QueueStoreConfig.getStoreImplementation()
Returns the implementation of the queue store which will be used to store
 queue items. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
QueueStoreConfig | 
QueueStoreConfig.setStoreImplementation(QueueStore storeImplementation)
Sets the implementation of the queue store which will be used to store
 queue items. 
 | 
Copyright © 2022 Hazelcast, Inc.. All rights reserved.