com.hazelcast.multimap.impl
public class MultiMapPortableHook extends Object implements PortableHook
Modifier and Type | Field and Description |
---|---|
static int |
ADD_ENTRY_LISTENER |
static int |
CLEAR |
static int |
CONTAINS_ENTRY |
static int |
COUNT |
static int |
ENTRY_SET |
static int |
ENTRY_SET_RESPONSE |
static int |
F_ID |
static int |
GET |
static int |
GET_ALL |
static int |
IS_LOCKED |
static int |
KEY_BASED_CONTAINS |
static int |
KEY_SET |
static int |
LOCK |
static int |
PUT |
static int |
REMOVE |
static int |
REMOVE_ALL |
static int |
REMOVE_ENTRY_LISTENER |
static int |
SET |
static int |
SIZE |
static int |
TXN_MM_GET |
static int |
TXN_MM_PUT |
static int |
TXN_MM_REMOVE |
static int |
TXN_MM_REMOVEALL |
static int |
TXN_MM_SIZE |
static int |
TXN_MM_VALUE_COUNT |
static int |
UNLOCK |
static int |
VALUES |
Constructor and Description |
---|
MultiMapPortableHook() |
Modifier and Type | Method and Description |
---|---|
PortableFactory |
createFactory() |
Collection<ClassDefinition> |
getBuiltinDefinitions() |
int |
getFactoryId() |
public static final int F_ID
public static final int CLEAR
public static final int CONTAINS_ENTRY
public static final int COUNT
public static final int ENTRY_SET
public static final int GET_ALL
public static final int GET
public static final int KEY_SET
public static final int PUT
public static final int REMOVE_ALL
public static final int REMOVE
public static final int SET
public static final int SIZE
public static final int VALUES
public static final int ADD_ENTRY_LISTENER
public static final int ENTRY_SET_RESPONSE
public static final int LOCK
public static final int UNLOCK
public static final int IS_LOCKED
public static final int TXN_MM_PUT
public static final int TXN_MM_GET
public static final int TXN_MM_REMOVE
public static final int TXN_MM_VALUE_COUNT
public static final int TXN_MM_SIZE
public static final int REMOVE_ENTRY_LISTENER
public static final int TXN_MM_REMOVEALL
public static final int KEY_BASED_CONTAINS
public int getFactoryId()
getFactoryId
in interface PortableHook
public PortableFactory createFactory()
createFactory
in interface PortableHook
public Collection<ClassDefinition> getBuiltinDefinitions()
getBuiltinDefinitions
in interface PortableHook
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.