Package com.hazelcast.collection


package com.hazelcast.collection
This package contains classes to support the collection API.
  • Class
    Description
    Base interface for Hazelcast distributed queues.
    Concurrent, distributed, partitioned, listenable collection.
    Concurrent, distributed implementation of List.
    Concurrent, blocking, distributed, observable queue.
    ISet<E>
    Concurrent, distributed implementation of Set
    Event for a collection item.
    Item listener for IQueue, ISet and IList
    Local collections statistics to be used by MemberState implementations.
    Local List statistics to be used by MemberState implementations.
    Local queue statistics to be used by MemberState implementations.
    Local Set statistics to be used by MemberState implementations.
    QueueStore makes a queue backed by a central data store; such as database, disk, etc.
    Creates a new QueueStore.