Package | Description |
---|---|
com.hazelcast.jmx |
Contains Hazelcast management bean classes.
|
com.hazelcast.replicatedmap.impl |
This package contains the implementation of the replicated map service itself and some connection interfaces only used
internally.
|
com.hazelcast.replicatedmap.impl.operation |
This package contains replicated map operations which are executed on remote nodes
|
com.hazelcast.replicatedmap.impl.record |
This package contains the implementation of the backing data storage for the replicated map implementation
|
Class and Description |
---|
ReplicatedMapProxy
Proxy implementation of
ReplicatedMap interface. |
Class and Description |
---|
PartitionContainer
Contains the record storage for the replicated maps which are actual place where the data is stored.
|
ReplicatedMapEventPublishingService
Dispatches published events on replicated map to corresponding listeners.
|
ReplicatedMapService
This is the main service implementation to handle proxy creation, event publishing, migration, anti-entropy and
manages the backing
PartitionContainer s that actually hold the data |
Class and Description |
---|
PartitionContainer
Contains the record storage for the replicated maps which are actual place where the data is stored.
|
Class and Description |
---|
ReplicatedMapService
This is the main service implementation to handle proxy creation, event publishing, migration, anti-entropy and
manages the backing
PartitionContainer s that actually hold the data |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.