public final class CacheDataSerializerHook extends Object implements DataSerializerHook
CacheDataSerializerHook
contains all the ID hooks for IdentifiedDataSerializable
classes used
inside the JCache framework.
CacheProxy operations are mapped here. This factory class is used by internal serialization system to create
IdentifiedDataSerializable
classes without using reflection.
Modifier and Type | Field and Description |
---|---|
static short |
BACKUP_ENTRY_PROCESSOR |
static short |
CACHE_EVENT_DATA |
static short |
CACHE_EVENT_DATA_SET |
static short |
CLEAR |
static short |
CLEAR_BACKUP |
static short |
CLEAR_FACTORY |
static short |
CLEAR_RESPONSE |
static short |
CONTAINS_KEY |
static short |
CREATE_CONFIG |
static short |
DESTROY_CACHE |
static short |
ENTRY_PROCESSOR |
static short |
EXPIRY_POLICY |
static int |
F_ID |
static short |
GET |
static short |
GET_ALL |
static short |
GET_ALL_FACTORY |
static short |
GET_AND_REMOVE |
static short |
GET_AND_REPLACE |
static short |
GET_CONFIG |
static short |
KEY_ITERATION_RESULT |
static short |
KEY_ITERATOR |
static short |
LISTENER_REGISTRATION |
static short |
LOAD_ALL |
static short |
LOAD_ALL_FACTORY |
static short |
MANAGEMENT_CONFIG |
static short |
MERGE |
static short |
PUT |
static short |
PUT_ALL |
static short |
PUT_ALL_BACKUP |
static short |
PUT_BACKUP |
static short |
PUT_IF_ABSENT |
static short |
REMOVE |
static short |
REMOVE_ALL |
static short |
REMOVE_ALL_BACKUP |
static short |
REMOVE_ALL_FACTORY |
static short |
REMOVE_BACKUP |
static short |
REPLACE |
static short |
SIZE |
static short |
SIZE_FACTORY |
F_ID_OFFSET_HIBERNATE, F_ID_OFFSET_WEBMODULE
Constructor and Description |
---|
CacheDataSerializerHook() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
createFactory() |
int |
getFactoryId() |
public static final int F_ID
public static final short GET
public static final short CONTAINS_KEY
public static final short PUT
public static final short PUT_IF_ABSENT
public static final short REMOVE
public static final short GET_AND_REMOVE
public static final short REPLACE
public static final short GET_AND_REPLACE
public static final short PUT_BACKUP
public static final short PUT_ALL_BACKUP
public static final short REMOVE_BACKUP
public static final short CLEAR_BACKUP
public static final short SIZE
public static final short SIZE_FACTORY
public static final short CLEAR
public static final short CLEAR_FACTORY
public static final short GET_ALL
public static final short GET_ALL_FACTORY
public static final short LOAD_ALL
public static final short LOAD_ALL_FACTORY
public static final short EXPIRY_POLICY
public static final short KEY_ITERATOR
public static final short KEY_ITERATION_RESULT
public static final short ENTRY_PROCESSOR
public static final short CLEAR_RESPONSE
public static final short CREATE_CONFIG
public static final short GET_CONFIG
public static final short MANAGEMENT_CONFIG
public static final short LISTENER_REGISTRATION
public static final short DESTROY_CACHE
public static final short CACHE_EVENT_DATA
public static final short CACHE_EVENT_DATA_SET
public static final short BACKUP_ENTRY_PROCESSOR
public static final short REMOVE_ALL
public static final short REMOVE_ALL_BACKUP
public static final short REMOVE_ALL_FACTORY
public static final short PUT_ALL
public static final short MERGE
public int getFactoryId()
getFactoryId
in interface DataSerializerHook
public DataSerializableFactory createFactory()
createFactory
in interface DataSerializerHook
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.