Interface Summary |
AtomicNumber |
Cluster-wide atomic number. |
Cluster |
Hazelcast cluster interface. |
EntryListener<K,V> |
Map Entry listener to get notified when a map entry
is added, removed, updated or evicted. |
ExecutionCallback<V> |
|
HazelcastInstance |
Hazelcast instance. |
HazelcastInstanceAware |
|
ICollection<E> |
Concurrent, distributed, partitioned, observable collection. |
IdGenerator |
Cluster-wide unique id generator. |
IList<E> |
|
ILock |
|
IMap<K,V> |
Concurrent, distributed, observable and queryable map. |
Instance |
|
InstanceListener |
|
IQueue<E> |
|
ISemaphore |
|
ISet<E> |
Concurrent, Distributed Set
This class is not a general-purpose Set implementation! While this class implements
the Set interface, it intentionally violates Set's general contract, which mandates the
use of the equals method when comparing objects. |
ItemListener<E> |
Item listener for IQueue , ISet and IList |
ITopic<E> |
|
LifecycleListener |
|
LifecycleService |
LifecycleService allows you to shutdown, restart, pause and resume an HazelcastInstance. |
MapEntry<K,V> |
|
MapLoader<K,V> |
Hazelcast distributed map implementation is an in-memory data store but
it can be backed by any type of data store such as RDBMS, OODBMS, or simply
a file based data store. |
MapLoaderLifecycleSupport |
Provides Lifecycle support for the implementing MapLoader class. |
MapStore<K,V> |
Hazelcast distributed map implementation is an in-memory data store but
it can be backed by any type of data store such as RDBMS, OODBMS, or simply
a file based data store. |
MapStoreFactory<K,V> |
Factory for MapLoader or MapStore instances, specifiable in MapStoreConfig. |
Member |
Cluster member interface. |
MembershipListener |
Cluster membership listener. |
MessageListener<E> |
Message listener for ITopic . |
MultiMap<K,V> |
A specialized map whose keys can be associated with multiple values. |
PartitionAware |
|
Transaction |
Hazelcast transaction interface. |