Package com.hazelcast.collection

This package contains classes to support the collection API.
  • Interface Summary 
    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>
    Item listener for IQueue, ISet and IList
    LocalQueueStats
    Local queue 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 Summary 
    Class Description
    ItemEvent<E>
    Event for a collection item.