|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueueStoreConfig | |
---|---|
com.hazelcast.config | Provides classes for configuring HazelcastInstance. |
com.hazelcast.queue.impl | This package contains the IQueue functionality. The IQueue is the distributed version of the BlockingQueue . |
Uses of QueueStoreConfig in com.hazelcast.config |
---|
Subclasses of QueueStoreConfig in com.hazelcast.config | |
---|---|
class |
QueueStoreConfigReadOnly
Contains the configuration for an QueueStore . |
Methods in com.hazelcast.config with parameters of type QueueStoreConfig | |
---|---|
QueueConfig |
QueueConfigReadOnly.setQueueStoreConfig(QueueStoreConfig queueStoreConfig)
|
QueueConfig |
QueueConfig.setQueueStoreConfig(QueueStoreConfig queueStoreConfig)
|
Constructors in com.hazelcast.config with parameters of type QueueStoreConfig | |
---|---|
QueueStoreConfig(QueueStoreConfig config)
|
|
QueueStoreConfigReadOnly(QueueStoreConfig config)
|
Uses of QueueStoreConfig in com.hazelcast.queue.impl |
---|
Methods in com.hazelcast.queue.impl with parameters of type QueueStoreConfig | |
---|---|
static QueueStoreWrapper |
QueueStoreWrapper.create(String name,
QueueStoreConfig storeConfig,
SerializationService serializationService)
Factory method that creates a QueueStoreWrapper |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |