public class CachePortableHook extends Object implements PortableHook
CachePortableHook
contains all the ID hooks for classes used inside the JCache framework which implement
Portable
.
JCache client request implementations are mapped in here.
This factory class is used by internal portable serialization.
Modifier and Type | Field and Description |
---|---|
static int |
ADD_CACHE_PARTITION_LOST_LISTENER |
static int |
ADD_ENTRY_LISTENER |
static int |
ADD_INVALIDATION_LISTENER |
static int |
BATCH_INVALIDATION_MESSAGE |
static int |
CLEAR |
static int |
CONTAINS_KEY |
static int |
CREATE_CONFIG |
static int |
DESTROY_CACHE |
static int |
ENTRY_PROCESSOR |
static int |
F_ID |
static int |
GET |
static int |
GET_ALL |
static int |
GET_AND_REMOVE |
static int |
GET_AND_REPLACE |
static int |
GET_CONFIG |
static int |
INVALIDATION_MESSAGE |
static int |
ITERATE |
static int |
LEN |
static int |
LISTENER_REGISTRATION |
static int |
LOAD_ALL |
static int |
MANAGEMENT_CONFIG |
static int |
PUT |
static int |
PUT_ALL |
static int |
PUT_IF_ABSENT |
static int |
REMOVE |
static int |
REMOVE_CACHE_PARTITION_LOST_LISTENER |
static int |
REMOVE_ENTRY_LISTENER |
static int |
REMOVE_INVALIDATION_LISTENER |
static int |
REPLACE |
static int |
SIZE |
Constructor and Description |
---|
CachePortableHook() |
Modifier and Type | Method and Description |
---|---|
PortableFactory |
createFactory() |
Collection<ClassDefinition> |
getBuiltinDefinitions() |
int |
getFactoryId() |
public static final int F_ID
public static final int GET
public static final int PUT
public static final int PUT_IF_ABSENT
public static final int REMOVE
public static final int GET_AND_REMOVE
public static final int REPLACE
public static final int GET_AND_REPLACE
public static final int SIZE
public static final int CLEAR
public static final int CONTAINS_KEY
public static final int ITERATE
public static final int ADD_INVALIDATION_LISTENER
public static final int INVALIDATION_MESSAGE
public static final int REMOVE_INVALIDATION_LISTENER
public static final int BATCH_INVALIDATION_MESSAGE
public static final int CREATE_CONFIG
public static final int GET_CONFIG
public static final int GET_ALL
public static final int LOAD_ALL
public static final int ENTRY_PROCESSOR
public static final int MANAGEMENT_CONFIG
public static final int ADD_ENTRY_LISTENER
public static final int REMOVE_ENTRY_LISTENER
public static final int LISTENER_REGISTRATION
public static final int DESTROY_CACHE
public static final int ADD_CACHE_PARTITION_LOST_LISTENER
public static final int REMOVE_CACHE_PARTITION_LOST_LISTENER
public static final int PUT_ALL
public static final int LEN
public int getFactoryId()
getFactoryId
in interface PortableHook
public PortableFactory createFactory()
createFactory
in interface PortableHook
public Collection<ClassDefinition> getBuiltinDefinitions()
getBuiltinDefinitions
in interface PortableHook
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.