pt.unl.fct.di.novasys.babel.crdts.operation.generic

Class OperationBasedCRDT

  • All Implemented Interfaces:
    GenericCRDT, OperationCRDT
    Direct Known Subclasses:
    OpCounter


    public abstract class OperationBasedCRDT
    extends CRDT
    implements OperationCRDT
    An abstract class that implements the generic operation-based CRDT interface. It stores the CRDT identifier as a string. The class should be realized by one of the concrete implementations materialized in the implementations package.

Copyright © 2024. All rights reserved.