com.hazelcast.multimap.impl
Class MultiMapPortableHook
java.lang.Object
com.hazelcast.multimap.impl.MultiMapPortableHook
- All Implemented Interfaces:
- PortableHook
public class MultiMapPortableHook
- extends Object
- implements PortableHook
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
MultiMapPortableHook
public MultiMapPortableHook()
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.