Package | Description |
---|---|
com.hazelcast.replicatedmap.impl.messages |
This package contains replication event classes to communicate replications to other nodes
|
com.hazelcast.replicatedmap.impl.record |
This package contains the implementation of the backing data storage for the replicated map implementation
|
Modifier and Type | Method and Description |
---|---|
VectorClockTimestamp |
ReplicationMessage.getVectorClockTimestamp() |
Constructor and Description |
---|
ReplicationMessage(String name,
K key,
V v,
VectorClockTimestamp timestamp,
Member origin,
int hash,
long ttlMillis) |
Modifier and Type | Method and Description |
---|---|
VectorClockTimestamp |
ReplicatedRecord.applyAndIncrementVectorClock(VectorClockTimestamp otherVectorClockTimestamp,
Member member) |
VectorClockTimestamp |
ReplicatedRecord.applyVectorClock(VectorClockTimestamp otherVectorClockTimestamp) |
VectorClockTimestamp |
ReplicatedRecord.getVectorClockTimestamp() |
VectorClockTimestamp |
ReplicatedRecord.incrementVectorClock(Member member) |
Modifier and Type | Method and Description |
---|---|
VectorClockTimestamp |
ReplicatedRecord.applyAndIncrementVectorClock(VectorClockTimestamp otherVectorClockTimestamp,
Member member) |
VectorClockTimestamp |
ReplicatedRecord.applyVectorClock(VectorClockTimestamp otherVectorClockTimestamp) |
Constructor and Description |
---|
ReplicatedRecord(K key,
V value,
VectorClockTimestamp vectorClockTimestamp,
int hash,
long ttlMillis) |
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.