|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueueStore | |
---|---|
com.hazelcast.collection.impl.queue | |
com.hazelcast.config | Provides classes for configuring HazelcastInstance. |
com.hazelcast.core | Provides core API interfaces/classes. |
Uses of QueueStore in com.hazelcast.collection.impl.queue |
---|
Classes in com.hazelcast.collection.impl.queue that implement QueueStore | |
---|---|
class |
QueueStoreWrapper
Wrapper for the Queue Store. |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |