com.hazelcast.multimap.impl
Class MultiMapPortableHook

java.lang.Object
  extended by com.hazelcast.multimap.impl.MultiMapPortableHook
All Implemented Interfaces:
PortableHook

public class MultiMapPortableHook
extends Object
implements PortableHook


Field Summary
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 Summary
MultiMapPortableHook()
           
 
Method Summary
 PortableFactory createFactory()
           
 Collection<ClassDefinition> getBuiltinDefinitions()
           
 int getFactoryId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

F_ID

public static final int F_ID

CLEAR

public static final int CLEAR
See Also:
Constant Field Values

CONTAINS_ENTRY

public static final int CONTAINS_ENTRY
See Also:
Constant Field Values

COUNT

public static final int COUNT
See Also:
Constant Field Values

ENTRY_SET

public static final int ENTRY_SET
See Also:
Constant Field Values

GET_ALL

public static final int GET_ALL
See Also:
Constant Field Values

GET

public static final int GET
See Also:
Constant Field Values

KEY_SET

public static final int KEY_SET
See Also:
Constant Field Values

PUT

public static final int PUT
See Also:
Constant Field Values

REMOVE_ALL

public static final int REMOVE_ALL
See Also:
Constant Field Values

REMOVE

public static final int REMOVE
See Also:
Constant Field Values

SET

public static final int SET
See Also:
Constant Field Values

SIZE

public static final int SIZE
See Also:
Constant Field Values

VALUES

public static final int VALUES
See Also:
Constant Field Values

ADD_ENTRY_LISTENER

public static final int ADD_ENTRY_LISTENER
See Also:
Constant Field Values

ENTRY_SET_RESPONSE

public static final int ENTRY_SET_RESPONSE
See Also:
Constant Field Values

LOCK

public static final int LOCK
See Also:
Constant Field Values

UNLOCK

public static final int UNLOCK
See Also:
Constant Field Values

IS_LOCKED

public static final int IS_LOCKED
See Also:
Constant Field Values

TXN_MM_PUT

public static final int TXN_MM_PUT
See Also:
Constant Field Values

TXN_MM_GET

public static final int TXN_MM_GET
See Also:
Constant Field Values

TXN_MM_REMOVE

public static final int TXN_MM_REMOVE
See Also:
Constant Field Values

TXN_MM_VALUE_COUNT

public static final int TXN_MM_VALUE_COUNT
See Also:
Constant Field Values

TXN_MM_SIZE

public static final int TXN_MM_SIZE
See Also:
Constant Field Values

REMOVE_ENTRY_LISTENER

public static final int REMOVE_ENTRY_LISTENER
See Also:
Constant Field Values

TXN_MM_REMOVEALL

public static final int TXN_MM_REMOVEALL
See Also:
Constant Field Values

KEY_BASED_CONTAINS

public static final int KEY_BASED_CONTAINS
See Also:
Constant Field Values
Constructor Detail

MultiMapPortableHook

public MultiMapPortableHook()
Method Detail

getFactoryId

public int getFactoryId()
Specified by:
getFactoryId in interface PortableHook

createFactory

public PortableFactory createFactory()
Specified by:
createFactory in interface PortableHook

getBuiltinDefinitions

public Collection<ClassDefinition> getBuiltinDefinitions()
Specified by:
getBuiltinDefinitions in interface PortableHook


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.