| Package | Description | 
|---|---|
| com.hazelcast.collection.impl.queue | |
| com.hazelcast.config | 
 Provides classes for configuring HazelcastInstance. 
 | 
| com.hazelcast.core | 
 Provides core API interfaces/classes. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LatencyTrackingQueueStore<T>  | 
class  | 
QueueStoreWrapper
Wrapper for the Queue Store. 
 | 
| Constructor and Description | 
|---|
LatencyTrackingQueueStore(QueueStore<T> delegate,
                         StoreLatencyPlugin plugin,
                         String queueName)  | 
| Modifier and Type | Method and Description | 
|---|---|
QueueStore | 
QueueStoreConfig.getStoreImplementation()  | 
| Modifier and Type | Method and Description | 
|---|---|
QueueStoreConfig | 
QueueStoreConfig.setStoreImplementation(QueueStore storeImplementation)  | 
QueueStoreConfig | 
QueueStoreConfigReadOnly.setStoreImplementation(QueueStore storeImplementation)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
QueueStore<T> | 
QueueStoreFactory.newQueueStore(String name,
             Properties properties)  | 
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.