public final class CRDTDataSerializerHook extends Object implements com.hazelcast.internal.serialization.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
|
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
AddOperation
public static final int PN_COUNTER_GET_OPERATION
GetOperation
public static final int CRDT_TIMESTAMPED_LONG
CRDTTimestampedLong
public int getFactoryId()
getFactoryId
in interface com.hazelcast.internal.serialization.DataSerializerHook
public DataSerializableFactory createFactory()
createFactory
in interface com.hazelcast.internal.serialization.DataSerializerHook
Copyright © 2018 Hazelcast, Inc.. All rights reserved.