com.hazelcast.collection
Class CollectionDataSerializerHook
java.lang.Object
com.hazelcast.collection.CollectionDataSerializerHook
- All Implemented Interfaces:
- DataSerializerHook
public class CollectionDataSerializerHook
- extends Object
- implements DataSerializerHook
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_ADD
public static final int COLLECTION_ADD
- See Also:
- Constant Field Values
COLLECTION_ADD_BACKUP
public static final int COLLECTION_ADD_BACKUP
- See Also:
- Constant Field Values
LIST_ADD
public static final int LIST_ADD
- See Also:
- Constant Field Values
LIST_GET
public static final int LIST_GET
- See Also:
- Constant Field Values
COLLECTION_REMOVE
public static final int COLLECTION_REMOVE
- See Also:
- Constant Field Values
COLLECTION_REMOVE_BACKUP
public static final int COLLECTION_REMOVE_BACKUP
- See Also:
- Constant Field Values
COLLECTION_SIZE
public static final int COLLECTION_SIZE
- See Also:
- Constant Field Values
COLLECTION_CLEAR
public static final int COLLECTION_CLEAR
- See Also:
- Constant Field Values
COLLECTION_CLEAR_BACKUP
public static final int COLLECTION_CLEAR_BACKUP
- See Also:
- Constant Field Values
LIST_SET
public static final int LIST_SET
- See Also:
- Constant Field Values
LIST_SET_BACKUP
public static final int LIST_SET_BACKUP
- 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
COLLECTION_CONTAINS
public static final int COLLECTION_CONTAINS
- See Also:
- Constant Field Values
COLLECTION_ADD_ALL
public static final int COLLECTION_ADD_ALL
- See Also:
- Constant Field Values
COLLECTION_ADD_ALL_BACKUP
public static final int COLLECTION_ADD_ALL_BACKUP
- See Also:
- Constant Field Values
LIST_ADD_ALL
public static final int LIST_ADD_ALL
- See Also:
- Constant Field Values
LIST_SUB
public static final int LIST_SUB
- See Also:
- Constant Field Values
COLLECTION_COMPARE_AND_REMOVE
public static final int COLLECTION_COMPARE_AND_REMOVE
- See Also:
- Constant Field Values
COLLECTION_GET_ALL
public static final int COLLECTION_GET_ALL
- See Also:
- Constant Field Values
COLLECTION_EVENT_FILTER
public static final int COLLECTION_EVENT_FILTER
- See Also:
- Constant Field Values
COLLECTION_EVENT
public static final int COLLECTION_EVENT
- See Also:
- Constant Field Values
COLLECTION_ITEM
public static final int COLLECTION_ITEM
- See Also:
- Constant Field Values
COLLECTION_RESERVE_ADD
public static final int COLLECTION_RESERVE_ADD
- See Also:
- Constant Field Values
COLLECTION_RESERVE_REMOVE
public static final int COLLECTION_RESERVE_REMOVE
- See Also:
- Constant Field Values
COLLECTION_TXN_ADD
public static final int COLLECTION_TXN_ADD
- See Also:
- Constant Field Values
COLLECTION_TXN_ADD_BACKUP
public static final int COLLECTION_TXN_ADD_BACKUP
- See Also:
- Constant Field Values
COLLECTION_TXN_REMOVE
public static final int COLLECTION_TXN_REMOVE
- See Also:
- Constant Field Values
COLLECTION_TXN_REMOVE_BACKUP
public static final int COLLECTION_TXN_REMOVE_BACKUP
- See Also:
- Constant Field Values
COLLECTION_PREPARE
public static final int COLLECTION_PREPARE
- See Also:
- Constant Field Values
COLLECTION_PREPARE_BACKUP
public static final int COLLECTION_PREPARE_BACKUP
- See Also:
- Constant Field Values
COLLECTION_ROLLBACK
public static final int COLLECTION_ROLLBACK
- See Also:
- Constant Field Values
COLLECTION_ROLLBACK_BACKUP
public static final int COLLECTION_ROLLBACK_BACKUP
- See Also:
- Constant Field Values
TX_COLLECTION_ITEM
public static final int TX_COLLECTION_ITEM
- See Also:
- Constant Field Values
TX_ROLLBACK
public static final int TX_ROLLBACK
- See Also:
- Constant Field Values
LIST_REPLICATION
public static final int LIST_REPLICATION
- See Also:
- Constant Field Values
SET_REPLICATION
public static final int SET_REPLICATION
- See Also:
- Constant Field Values
COLLECTION_IS_EMPTY
public static final int COLLECTION_IS_EMPTY
- See Also:
- Constant Field Values
CollectionDataSerializerHook
public CollectionDataSerializerHook()
getFactoryId
public int getFactoryId()
- Specified by:
getFactoryId
in interface DataSerializerHook
createFactory
public DataSerializableFactory createFactory()
- Specified by:
createFactory
in interface DataSerializerHook
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.