public final class CRDTDataSerializerHook extends Object implements DataSerializerHook
| Modifier and Type | Field and Description | 
|---|---|
static int | 
CRDT_TIMESTAMPED_LONG
The constant for the PNCounter  
CRDTTimestampedLong | 
static int | 
F_ID
The CRDT (de)serializer factory ID 
 | 
static int | 
PN_COUNTER
The (de)serialization constant for a PNCounter implementation 
 | 
static int | 
PN_COUNTER_ADD_OPERATION
The constant for the PNCounter  
AddOperation | 
static int | 
PN_COUNTER_GET_OPERATION
The constant for the PNCounter  
GetOperation | 
static int | 
PN_COUNTER_REPLICATION
The (de)serialization constant for a PNCounter replication operation 
 | 
F_ID_OFFSET_HIBERNATE, F_ID_OFFSET_WEBMODULE| Constructor and Description | 
|---|
CRDTDataSerializerHook()  | 
| Modifier and Type | Method and Description | 
|---|---|
DataSerializableFactory | 
createFactory()  | 
int | 
getFactoryId()  | 
public static final int F_ID
public static final int PN_COUNTER_REPLICATION
public static final int PN_COUNTER
public static final int PN_COUNTER_ADD_OPERATION
AddOperationpublic static final int PN_COUNTER_GET_OPERATION
GetOperationpublic static final int CRDT_TIMESTAMPED_LONG
CRDTTimestampedLongpublic int getFactoryId()
getFactoryId in interface DataSerializerHookpublic DataSerializableFactory createFactory()
createFactory in interface DataSerializerHookCopyright © 2019 Hazelcast, Inc.. All Rights Reserved.