Package | Description |
---|---|
com.hazelcast.crdt |
This package contains CRDT (conflict-free replicated data type)
implementations based on the Hazelcast infrastructure.
|
com.hazelcast.crdt.pncounter |
This package contains the PN (Positive-Negative) CRDT counter
implementation.
|
Modifier and Type | Method and Description |
---|---|
CRDTReplicationContainer |
CRDTReplicationAwareService.prepareMigrationOperation(int maxConfiguredReplicaCount)
Returns a migration operation for all of the CRDT states not owned by
this member.
|
CRDTReplicationContainer |
CRDTReplicationAwareService.prepareReplicationOperation(Map<String,VectorClock> lastReplicatedVectorClock,
int targetIndex)
Returns a replication operation for the provided vector clocks.
|
Modifier and Type | Method and Description |
---|---|
CRDTReplicationContainer |
PNCounterService.prepareMigrationOperation(int maxConfiguredReplicaCount) |
CRDTReplicationContainer |
PNCounterService.prepareReplicationOperation(Map<String,VectorClock> previouslyReplicatedVectorClocks,
int targetIndex) |
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.