com.hazelcast.collection
Class CollectionPortableHook
java.lang.Object
com.hazelcast.collection.CollectionPortableHook
- All Implemented Interfaces:
- PortableHook
public class CollectionPortableHook
- 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
COLLECTION_SIZE
public static final int COLLECTION_SIZE
- See Also:
- Constant Field Values
COLLECTION_CONTAINS
public static final int COLLECTION_CONTAINS
- See Also:
- Constant Field Values
COLLECTION_ADD
public static final int COLLECTION_ADD
- See Also:
- Constant Field Values
COLLECTION_REMOVE
public static final int COLLECTION_REMOVE
- See Also:
- Constant Field Values
COLLECTION_ADD_ALL
public static final int COLLECTION_ADD_ALL
- See Also:
- Constant Field Values
COLLECTION_COMPARE_AND_REMOVE
public static final int COLLECTION_COMPARE_AND_REMOVE
- See Also:
- Constant Field Values
COLLECTION_CLEAR
public static final int COLLECTION_CLEAR
- See Also:
- Constant Field Values
COLLECTION_GET_ALL
public static final int COLLECTION_GET_ALL
- See Also:
- Constant Field Values
COLLECTION_ADD_LISTENER
public static final int COLLECTION_ADD_LISTENER
- See Also:
- Constant Field Values
LIST_ADD_ALL
public static final int LIST_ADD_ALL
- See Also:
- Constant Field Values
LIST_GET
public static final int LIST_GET
- See Also:
- Constant Field Values
LIST_SET
public static final int LIST_SET
- See Also:
- Constant Field Values
LIST_ADD
public static final int LIST_ADD
- See Also:
- Constant Field Values
LIST_REMOVE
public static final int LIST_REMOVE
- See Also:
- Constant Field Values
LIST_INDEX_OF
public static final int LIST_INDEX_OF
- See Also:
- Constant Field Values
LIST_SUB
public static final int LIST_SUB
- See Also:
- Constant Field Values
TXN_LIST_ADD
public static final int TXN_LIST_ADD
- See Also:
- Constant Field Values
TXN_LIST_REMOVE
public static final int TXN_LIST_REMOVE
- See Also:
- Constant Field Values
TXN_LIST_SIZE
public static final int TXN_LIST_SIZE
- See Also:
- Constant Field Values
TXN_SET_ADD
public static final int TXN_SET_ADD
- See Also:
- Constant Field Values
TXN_SET_REMOVE
public static final int TXN_SET_REMOVE
- See Also:
- Constant Field Values
TXN_SET_SIZE
public static final int TXN_SET_SIZE
- See Also:
- Constant Field Values
COLLECTION_REMOVE_LISTENER
public static final int COLLECTION_REMOVE_LISTENER
- See Also:
- Constant Field Values
COLLECTION_IS_EMPTY
public static final int COLLECTION_IS_EMPTY
- See Also:
- Constant Field Values
CollectionPortableHook
public CollectionPortableHook()
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.