See: Description
Interface | Description |
---|---|
BaseQueue<E> |
Base interface for Hazelcast distributed queues.
|
ICollection<E> |
Concurrent, distributed, partitioned, listenable collection.
|
IList<E> |
Concurrent, distributed implementation of
List . |
IQueue<E> |
Concurrent, blocking, distributed, observable queue.
|
ISet<E> |
Concurrent, distributed implementation of
Set |
ItemListener<E> | |
LocalCollectionStats |
Local collections statistics to be used by
MemberState implementations. |
LocalListStats |
Local List statistics to be used by
MemberState implementations. |
LocalQueueStats |
Local queue statistics to be used by
MemberState implementations. |
LocalSetStats |
Local Set statistics to be used by
MemberState implementations. |
QueueStore<T> |
QueueStore makes a queue backed by a central data store; such as database, disk, etc.
|
QueueStoreFactory<T> |
Creates a new
QueueStore . |
Class | Description |
---|---|
ItemEvent<E> |
Event for a collection item.
|
Copyright © 2023 Hazelcast, Inc.. All rights reserved.