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 - No public API!
|
com.hazelcast.replicatedmap.impl.record |
This package contains the implementation of the backing data storage for the replicated map implementation
|
Class and Description |
---|
ReplicatedMapProxy
The internal
ReplicatedMap implementation proxying the requests to the underlying
ReplicatedRecordStore |
Class and Description |
---|
PreReplicationHook
This is an interceptor interface to hook into the current replication process.
|
ReplicatedMapService
This is the main service implementation to handle replication and manages the backing
ReplicatedRecordStore s that actually hold the data |
ReplicationChannel
This interface represents a channel to send replication messages to
|
Class and Description |
---|
PreReplicationHook
This is an interceptor interface to hook into the current replication process.
|
ReplicatedMapService
This is the main service implementation to handle replication and manages the backing
ReplicatedRecordStore s that actually hold the data |
ReplicationChannel
This interface represents a channel to send replication messages to
|
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.