public class HibernateDataSerializerHook extends Object implements DataSerializerHook
DataSerializerHook
which constructs any of the
DataSerializable
objects for the
hibernate moduleModifier and Type | Field and Description |
---|---|
static int |
EXPIRY_MARKER |
static int |
F_ID
The factory id for this class
|
static int |
INVALIDATION |
static int |
LOCK |
static int |
TIMESTAMP |
static int |
UNLOCK |
static int |
UPDATE |
static int |
VALUE |
F_ID_OFFSET_HIBERNATE, F_ID_OFFSET_WEBMODULE
Constructor and Description |
---|
HibernateDataSerializerHook() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
createFactory() |
int |
getFactoryId() |
public static final int F_ID
public static final int VALUE
Value
,
Constant Field Valuespublic static final int EXPIRY_MARKER
ExpiryMarker
,
Constant Field Valuespublic static final int LOCK
LockEntryProcessor
,
Constant Field Valuespublic static final int UNLOCK
UnlockEntryProcessor
,
Constant Field Valuespublic static final int UPDATE
UpdateEntryProcessor
,
Constant Field Valuespublic static final int INVALIDATION
Invalidation
,
Constant Field Valuespublic static final int TIMESTAMP
Timestamp
,
Constant Field Valuespublic int getFactoryId()
getFactoryId
in interface DataSerializerHook
public DataSerializableFactory createFactory()
createFactory
in interface DataSerializerHook
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.