public class ReplicatedMapDataSerializerHook extends Object implements DataSerializerHook
Modifier and Type | Field and Description |
---|---|
static int |
ENTRY_VIEW |
static int |
F_ID |
static int |
OP_CLEAR |
static int |
OP_GET |
static int |
OP_MERGE |
static int |
OP_PUT |
static int |
OP_PUT_ALL |
static int |
OP_REMOVE |
static int |
OP_REPLICATE_UPDATE |
static int |
OP_REPLICATE_UPDATE_TO_CALLER |
static int |
OP_SIZE |
static int |
VERSION_RESPONSE_PAIR |
F_ID_OFFSET_HIBERNATE, F_ID_OFFSET_WEBMODULE
Constructor and Description |
---|
ReplicatedMapDataSerializerHook() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
createFactory() |
int |
getFactoryId() |
public static final int F_ID
public static final int OP_CLEAR
public static final int ENTRY_VIEW
public static final int OP_REPLICATE_UPDATE
public static final int OP_REPLICATE_UPDATE_TO_CALLER
public static final int OP_PUT_ALL
public static final int OP_PUT
public static final int OP_REMOVE
public static final int OP_SIZE
public static final int OP_MERGE
public static final int VERSION_RESPONSE_PAIR
public static final int OP_GET
public int getFactoryId()
getFactoryId
in interface DataSerializerHook
public DataSerializableFactory createFactory()
createFactory
in interface DataSerializerHook
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.