See: Description
Interface | Description |
---|---|
ReplicatedRecordStore |
This interface describes a common record store for replicated maps and their actual records
|
Class | Description |
---|---|
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
|
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.