|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |