| Package | Description |
|---|---|
| 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
QueueStoreConfigReadOnly
Contains the configuration for an
QueueStore. |
| Modifier and Type | Method and Description |
|---|---|
QueueConfig |
QueueConfigReadOnly.setQueueStoreConfig(QueueStoreConfig queueStoreConfig) |
QueueConfig |
QueueConfig.setQueueStoreConfig(QueueStoreConfig queueStoreConfig) |
| Constructor and Description |
|---|
QueueStoreConfig(QueueStoreConfig config) |
QueueStoreConfigReadOnly(QueueStoreConfig config) |
| Modifier and Type | Method and Description |
|---|---|
static QueueStoreWrapper |
QueueStoreWrapper.create(String name,
QueueStoreConfig storeConfig,
SerializationService serializationService)
Factory method that creates a
QueueStoreWrapper |
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.