public abstract class CRDT extends Object implements GenericCRDT
| Modifier and Type | Field and Description |
|---|---|
protected CRDTsTypes |
type |
| Constructor and Description |
|---|
CRDT(CRDTsTypes type)
Creates a CRDT through a given CRDTType
|
| Modifier and Type | Method and Description |
|---|---|
CRDTsTypes |
getType()
Gets the CRDT type
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcopy, deserializeDataType, serializeprotected CRDTsTypes type
public CRDT(CRDTsTypes type)
type - the type of the CRDT (as described in the CRDTType enumerator).public CRDTsTypes getType()
GenericCRDTgetType in interface GenericCRDTCopyright © 2024. All rights reserved.