| Package | Description |
|---|---|
| com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
| com.hazelcast.core |
Provides core API interfaces/classes.
|
| com.hazelcast.examples |
This package contains the MapReduce API definition for Hazelcast.
All map reduce operations running in a distributed manner inside the active Hazelcast cluster. |
| com.hazelcast.queue |
| 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) |
| Modifier and Type | Class and Description |
|---|---|
class |
DummyQueueStore
A Dummy Queue Store
|
| Modifier and Type | Class and Description |
|---|---|
class |
QueueStoreWrapper |
Copyright © 2021 Hazelcast, Inc.. All rights reserved.