public final class HiDensityCacheDataSerializerHook extends Object implements com.hazelcast.internal.serialization.DataSerializerHook
| Modifier and Type | Field and Description |
|---|---|
static short |
CACHE_REPLICATION |
static short |
CACHE_SEGMENT_SHUTDOWN |
static int |
CONTAINS_KEY |
static short |
DESTROY |
static short |
ENTRY_PROCESSOR |
static int |
F_ID |
static int |
GET |
static short |
GET_ALL |
static short |
GET_ALL_FACTORY |
static int |
GET_AND_REMOVE |
static int |
GET_AND_REPLACE |
static int |
ITERATE |
static int |
ITERATION_RESULT |
static short |
LOAD_ALL |
static short |
LOAD_ALL_FACTORY |
static short |
MERGE |
static short |
MERGE_BACKUP |
static short |
MERGE_FACTORY |
static int |
PUT |
static short |
PUT_ALL |
static int |
PUT_ALL_BACKUP |
static int |
PUT_BACKUP |
static int |
PUT_IF_ABSENT |
static int |
REMOVE |
static int |
REMOVE_BACKUP |
static int |
REPLACE |
static short |
SET_EXPIRY_POLICY |
static short |
SET_EXPIRY_POLICY_BACKUP |
static int |
SIZE |
static int |
SIZE_FACTORY |
static short |
WAN_LEGACY_MERGE |
static short |
WAN_MERGE |
static short |
WAN_REMOVE |
| Constructor and Description |
|---|
HiDensityCacheDataSerializerHook() |
| Modifier and Type | Method and Description |
|---|---|
com.hazelcast.nio.serialization.DataSerializableFactory |
createFactory() |
int |
getFactoryId() |
public static final int F_ID
public static final int GET
public static final int CONTAINS_KEY
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 PUT_BACKUP
public static final int PUT_ALL_BACKUP
public static final int REMOVE_BACKUP
public static final int SIZE
public static final int SIZE_FACTORY
public static final int ITERATE
public static final int ITERATION_RESULT
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 ENTRY_PROCESSOR
public static final short DESTROY
public static final short WAN_LEGACY_MERGE
public static final short WAN_REMOVE
public static final short PUT_ALL
public static final short CACHE_REPLICATION
public static final short CACHE_SEGMENT_SHUTDOWN
public static final short WAN_MERGE
public static final short MERGE
public static final short MERGE_BACKUP
public static final short MERGE_FACTORY
public static final short SET_EXPIRY_POLICY
public static final short SET_EXPIRY_POLICY_BACKUP
public int getFactoryId()
getFactoryId in interface com.hazelcast.internal.serialization.DataSerializerHookpublic com.hazelcast.nio.serialization.DataSerializableFactory createFactory()
createFactory in interface com.hazelcast.internal.serialization.DataSerializerHookCopyright © 2022 Hazelcast, Inc.. All Rights Reserved.