public final class SpiDataSerializerHook extends Object implements DataSerializerHook
Modifier and Type | Field and Description |
---|---|
static int |
BACKUP |
static int |
BACKUP_RESPONSE |
static int |
CALL_TIMEOUT_RESPONSE |
static int |
COLLECTION |
static int |
ERROR_RESPONSE |
static int |
EVENT_ENVELOPE |
static int |
F_ID |
static int |
NORMAL_RESPONSE |
static int |
PARALLEL_OPERATION_FACTORY |
static int |
PARTITION_ITERATOR |
static int |
PARTITION_RESPONSE |
F_ID_OFFSET_HIBERNATE, F_ID_OFFSET_WEBMODULE
Constructor and Description |
---|
SpiDataSerializerHook() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
createFactory() |
int |
getFactoryId() |
public static final int F_ID
public static final int NORMAL_RESPONSE
public static final int BACKUP
public static final int BACKUP_RESPONSE
public static final int PARTITION_ITERATOR
public static final int PARTITION_RESPONSE
public static final int PARALLEL_OPERATION_FACTORY
public static final int EVENT_ENVELOPE
public static final int COLLECTION
public static final int CALL_TIMEOUT_RESPONSE
public static final int ERROR_RESPONSE
public DataSerializableFactory createFactory()
createFactory
in interface DataSerializerHook
public int getFactoryId()
getFactoryId
in interface DataSerializerHook
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.