Package | Description |
---|---|
com.hazelcast.collection.impl.queue | |
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
Modifier and Type | Class and Description |
---|---|
class |
QueueStoreWrapper
Wrapper for the Queue Store.
|
Modifier and Type | Method and Description |
---|---|
QueueStore |
QueueStoreConfig.getStoreImplementation() |
Modifier and Type | Method and Description |
---|---|
QueueStoreConfig |
QueueStoreConfig.setStoreImplementation(QueueStore storeImplementation) |
QueueStoreConfig |
QueueStoreConfigReadOnly.setStoreImplementation(QueueStore storeImplementation) |
Modifier and Type | Method and Description |
---|---|
QueueStore<T> |
QueueStoreFactory.newQueueStore(String name,
Properties properties) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.