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
    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 Summary 
    Class Description
    ItemEvent<E>
    Event for a collection item.