Package com.hazelcast.collection
package com.hazelcast.collection
This package contains classes to support the collection API.
-
ClassDescriptionBaseQueue<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 ofSet
ItemEvent<E>Event for a collection item.ItemListener<E>Local collections statistics to be used byMemberState
implementations.Local List statistics to be used byMemberState
implementations.Local queue statistics to be used byMemberState
implementations.Local Set statistics to be used byMemberState
implementations.QueueStore<T>QueueStore makes a queue backed by a central data store; such as database, disk, etc.Creates a newQueueStore
.