public class CRDTReplicationContainer extends Object
Constructor and Description |
---|
CRDTReplicationContainer(Operation operation,
Map<String,VectorClock> vectorClocks) |
Modifier and Type | Method and Description |
---|---|
Operation |
getOperation()
Returns the CRDT replication operation.
|
Map<String,VectorClock> |
getVectorClocks()
Returns the vector clocks for the CRDTs replicated by the replication
operation.
|
public CRDTReplicationContainer(Operation operation, Map<String,VectorClock> vectorClocks)
public Operation getOperation()
public Map<String,VectorClock> getVectorClocks()
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.