Hazelcast.DistributedObjects Namespace
Classes
Interfaces
ICollection |
Specifies a collection item event handler. |
IDistributed |
Defines the base contract for all Hazelcast distributed objects. |
IEntry |
Defines a processor that can process the entries of an IHMap<TKey, TValue> on the server. |
IFlake |
|
IHCollection<T> | Defines a concurrent, distributed, and listenable collection. |
IHList<T> | Defines a concurrent, distributed, non-partitioned and listenable list |
IHMap<TKey, TValue> | Represents a distributed map. |
IHMap |
Defines the base interface for various Hazelcast distributed dictionaries. |
IHMulti |
Represents a distributed map whose keys can be associated with multiple values. |
IHQueue<T> | Defines a concurrent, blocking, distributed, non-partitioned and observable queue. |
IHReplicated |
Represents a distributed map with weak consistency and values locally stored on every node of the cluster. |
IHRing |
A Ringbuffer is a data-structure where the content is stored in a ring like structure. |
IHSet<T> | Defines a concurrent, distributed, non-partitioned and listenable set |
IHTopic<T> | Hazelcast provides distribution mechanism for publishing messages that are delivered to multiple subscribers which is also known as publish/subscribe (pub/sub) messaging model. |
IHTx |
|
IHTx |
Represents a transactional distributed map. |
IHTx |
Transactional implementation of MultiMap |
IHTx |
Transactional implementation of Queue |
IHTx |
Transactional implementation of IHSet<T> . |
IKey |
|
IMap |
Specifies a map entry event handler. |
IMap |
Specifies a map event handler. |
IMap |
Specifies a generic map event handler. |
IMap |
A place holder interface for |
ITopic |
Specifies a topic event handler. |
ITransactional |
Defines the base contract for all transactional Hazelcast distributed objects. |
ITransactional |
Marker interface for all transactional distributed objects. |
Enums
Overflow |
Using this policy one can control the behavior what should to be done when an item is about to be added to the ringbuffer, but there is 0 remaining capacity. |