Package com.hazelcast.replicatedmap.impl.record

This package contains the implementation of the backing data storage for the replicated map implementation

See:
          Description

Interface Summary
ReplicatedRecordStore This interface describes a common record store for replicated maps and their actual records
 

Class Summary
AbstractReplicatedRecordStore<K,V> This is the base class for all ReplicatedRecordStore implementations
DataReplicatedRecordStore This is a Data based ReplicatedRecordStore implementation
ObjectReplicatedRecordStorage<K,V> This is a InMemoryFormat.OBJECT based ReplicatedRecordStore implementation
ReplicatedEntryEventFilter Basic filter implementation for selecting interesting events on the server
ReplicatedQueryEventFilter This class is used to transfer a predicate as an remote operation and filter values matching the predicate
ReplicatedRecord<K,V> A ReplicatedRecord is the actual data holding entity.
ReplicationPublisher<K,V> This class implements the actual replication logic for replicated map
VectorClockTimestamp A vector clock implementation based on hashcodes of the Hazelcast members UUID to solve conflicts on replication updates
 

Package com.hazelcast.replicatedmap.impl.record Description

This package contains the implementation of the backing data storage for the replicated map implementation



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.