Package | Description |
---|---|
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
|
com.hazelcast.replicatedmap.merge |
Contains merge policies for
ReplicatedMap |
Class and Description |
---|
ReplicatedRecordStore
This interface describes a common record store for replicated maps and their actual records
|
Class and Description |
---|
RecordMigrationInfo |
ReplicatedMapEntryView |
ReplicatedRecordStore
This interface describes a common record store for replicated maps and their actual records
|
Class and Description |
---|
AbstractBaseReplicatedRecordStore
Internal base class to encapsulate the internals from the interface methods of ReplicatedRecordStore
|
AbstractReplicatedRecordStore
This is the base class for all
ReplicatedRecordStore implementations |
InternalReplicatedMapStorage
This class is meant to encapsulate the actual storage system and support automatic waiting for finishing load operations if
configured in the
ReplicatedMapConfig |
RecordMigrationInfo |
ReplicatedEntryEventFilter
Basic filter implementation for selecting interesting events on the server
|
ReplicatedMapEntryView |
ReplicatedRecord
A ReplicatedRecord is the actual data holding entity.
|
ReplicatedRecordStore
This interface describes a common record store for replicated maps and their actual records
|
Class and Description |
---|
ReplicatedMapEntryView |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.