Package | Description |
---|---|
com.hazelcast.collection.impl.collection | |
com.hazelcast.collection.impl.list |
This package contains IList functionality for Hazelcast.
|
com.hazelcast.collection.impl.queue | |
com.hazelcast.collection.impl.set |
This package contains ISet functionality for Hazelcast.
|
com.hazelcast.map.impl.proxy |
Contains map proxy implementation and support classes.
|
com.hazelcast.multimap.impl |
Contains classes for Hazelcast MultiMap module.
|
com.hazelcast.replicatedmap.impl |
This package contains the implementation of the replicated map service itself and some connection interfaces only used
internally - No public API!
|
com.hazelcast.replicatedmap.impl.record |
This package contains the implementation of the backing data storage for the replicated map implementation
|
com.hazelcast.topic.impl |
This package contains ITopic functionality for Hazelcast.
With the ITopic it is possible to create publish subscribe solutions similar to JMS Topics. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCollectionProxyImpl<S extends RemoteService,E> |
Modifier and Type | Class and Description |
---|---|
class |
ListProxyImpl<E> |
Modifier and Type | Class and Description |
---|---|
class |
QueueProxyImpl<E>
Proxy implementation for the Queue.
|
Modifier and Type | Class and Description |
---|---|
class |
SetProxyImpl<E> |
Modifier and Type | Class and Description |
---|---|
class |
MapProxyImpl<K,V>
Proxy implementation of
IMap interface. |
Modifier and Type | Class and Description |
---|---|
class |
ObjectMultiMapProxy<K,V> |
Modifier and Type | Class and Description |
---|---|
class |
ReplicatedMapProxy<K,V>
The internal
ReplicatedMap implementation proxying the requests to the underlying
ReplicatedRecordStore |
Modifier and Type | Class and Description |
---|---|
class |
AbstractReplicatedRecordStore<K,V>
This is the base class for all
ReplicatedRecordStore implementations |
class |
DataReplicatedRecordStore
This is a
Data based ReplicatedRecordStore
implementation |
class |
ObjectReplicatedRecordStorage<K,V>
This is a
InMemoryFormat.OBJECT based
ReplicatedRecordStore implementation |
Modifier and Type | Class and Description |
---|---|
class |
TopicProxy<E> |
class |
TopicProxySupport |
class |
TotalOrderedTopicProxy |
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.