public final class SpiDataSerializerHook extends Object implements DataSerializerHook
Modifier and Type | Field and Description |
---|---|
static int |
BACKUP |
static int |
BACKUP_ACK_RESPONSE |
static int |
CALL_TIMEOUT_RESPONSE |
static int |
COLLECTION |
static int |
DEREGISTRATION |
static int |
DIST_OBJECT_DESTROY |
static int |
DIST_OBJECT_INIT |
static int |
ERROR_RESPONSE |
static int |
EVENT_ENVELOPE |
static int |
F_ID |
static int |
NORMAL_RESPONSE |
static int |
OPERATION_CONTROL |
static int |
PARALLEL_OPERATION_FACTORY |
static int |
PARTITION_ITERATOR |
static int |
PARTITION_RESPONSE |
static int |
POST_JOIN_PROXY |
static int |
POST_JOIN_REGISTRATION |
static int |
REGISTRATION |
static int |
SEND_EVENT |
static int |
TRUE_EVENT_FILTER |
static int |
UNMODIFIABLE_LAZY_LIST |
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_ACK_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 static final int DEREGISTRATION
public static final int POST_JOIN_REGISTRATION
public static final int REGISTRATION
public static final int SEND_EVENT
public static final int DIST_OBJECT_INIT
public static final int DIST_OBJECT_DESTROY
public static final int POST_JOIN_PROXY
public static final int TRUE_EVENT_FILTER
public static final int UNMODIFIABLE_LAZY_LIST
public static final int OPERATION_CONTROL
public DataSerializableFactory createFactory()
createFactory
in interface DataSerializerHook
public int getFactoryId()
getFactoryId
in interface DataSerializerHook
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.