Uses of Interface
com.hazelcast.core.QueueStore

Packages that use QueueStore
com.hazelcast.config Provides classes for configuring HazelcastInstance. 
com.hazelcast.core Provides core API interfaces/classes. 
com.hazelcast.queue.impl This package contains the IQueue functionality.
The IQueue is the distributed version of the BlockingQueue
 

Uses of QueueStore in com.hazelcast.config
 

Methods in com.hazelcast.config that return QueueStore
 QueueStore QueueStoreConfig.getStoreImplementation()
           
 

Methods in com.hazelcast.config with parameters of type QueueStore
 QueueStoreConfig QueueStoreConfig.setStoreImplementation(QueueStore storeImplementation)
           
 QueueStoreConfig QueueStoreConfigReadOnly.setStoreImplementation(QueueStore storeImplementation)
           
 

Uses of QueueStore in com.hazelcast.core
 

Methods in com.hazelcast.core that return QueueStore
 QueueStore<T> QueueStoreFactory.newQueueStore(String name, Properties properties)
           
 

Uses of QueueStore in com.hazelcast.queue.impl
 

Classes in com.hazelcast.queue.impl that implement QueueStore
 class QueueStoreWrapper
          Wrapper for the Queue Store.
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.