|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VectorClockTimestamp | |
|---|---|
| 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 |
| Uses of VectorClockTimestamp in com.hazelcast.replicatedmap.impl.messages |
|---|
| Methods in com.hazelcast.replicatedmap.impl.messages that return VectorClockTimestamp | |
|---|---|
VectorClockTimestamp |
ReplicationMessage.getVectorClockTimestamp()
|
| Constructors in com.hazelcast.replicatedmap.impl.messages with parameters of type VectorClockTimestamp | |
|---|---|
ReplicationMessage(String name,
K key,
V v,
VectorClockTimestamp timestamp,
Member origin,
int hash,
long ttlMillis)
|
|
| Uses of VectorClockTimestamp in com.hazelcast.replicatedmap.impl.record |
|---|
| Methods in com.hazelcast.replicatedmap.impl.record that return VectorClockTimestamp | |
|---|---|
VectorClockTimestamp |
ReplicatedRecord.applyAndIncrementVectorClock(VectorClockTimestamp otherVectorClockTimestamp,
Member member)
|
VectorClockTimestamp |
ReplicatedRecord.applyVectorClock(VectorClockTimestamp otherVectorClockTimestamp)
|
VectorClockTimestamp |
ReplicatedRecord.getVectorClockTimestamp()
|
VectorClockTimestamp |
ReplicatedRecord.incrementVectorClock(Member member)
|
| Methods in com.hazelcast.replicatedmap.impl.record with parameters of type VectorClockTimestamp | |
|---|---|
VectorClockTimestamp |
ReplicatedRecord.applyAndIncrementVectorClock(VectorClockTimestamp otherVectorClockTimestamp,
Member member)
|
VectorClockTimestamp |
ReplicatedRecord.applyVectorClock(VectorClockTimestamp otherVectorClockTimestamp)
|
| Constructors in com.hazelcast.replicatedmap.impl.record with parameters of type VectorClockTimestamp | |
|---|---|
ReplicatedRecord(K key,
V value,
VectorClockTimestamp vectorClockTimestamp,
int hash,
long ttlMillis)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||