com.hazelcast.multimap.impl
Class MultiMapDataSerializerHook
java.lang.Object
com.hazelcast.multimap.impl.MultiMapDataSerializerHook
- All Implemented Interfaces:
- DataSerializerHook
public class MultiMapDataSerializerHook
- 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
ADD_ALL_BACKUP
public static final int ADD_ALL_BACKUP
- See Also:
- Constant Field Values
ADD_ALL
public static final int ADD_ALL
- See Also:
- Constant Field Values
CLEAR_BACKUP
public static final int CLEAR_BACKUP
- See Also:
- Constant Field Values
CLEAR
public static final int CLEAR
- See Also:
- Constant Field Values
COMPARE_AND_REMOVE_BACKUP
public static final int COMPARE_AND_REMOVE_BACKUP
- See Also:
- Constant Field Values
COMPARE_AND_REMOVE
public static final int COMPARE_AND_REMOVE
- See Also:
- Constant Field Values
CONTAINS_ALL
public static final int CONTAINS_ALL
- See Also:
- Constant Field Values
CONTAINS_ENTRY
public static final int CONTAINS_ENTRY
- See Also:
- Constant Field Values
CONTAINS
public static final int CONTAINS
- 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
INDEX_OF
public static final int INDEX_OF
- See Also:
- Constant Field Values
KEY_SET
public static final int KEY_SET
- See Also:
- Constant Field Values
PUT_BACKUP
public static final int PUT_BACKUP
- See Also:
- Constant Field Values
PUT
public static final int PUT
- See Also:
- Constant Field Values
REMOVE_ALL_BACKUP
public static final int REMOVE_ALL_BACKUP
- See Also:
- Constant Field Values
REMOVE_ALL
public static final int REMOVE_ALL
- See Also:
- Constant Field Values
REMOVE_BACKUP
public static final int REMOVE_BACKUP
- See Also:
- Constant Field Values
REMOVE
public static final int REMOVE
- See Also:
- Constant Field Values
REMOVE_INDEX_BACKUP
public static final int REMOVE_INDEX_BACKUP
- See Also:
- Constant Field Values
REMOVE_INDEX
public static final int REMOVE_INDEX
- See Also:
- Constant Field Values
SET_BACKUP
public static final int SET_BACKUP
- 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
TXN_COMMIT_BACKUP
public static final int TXN_COMMIT_BACKUP
- See Also:
- Constant Field Values
TXN_COMMIT
public static final int TXN_COMMIT
- See Also:
- Constant Field Values
TXN_GENERATE_RECORD_ID
public static final int TXN_GENERATE_RECORD_ID
- See Also:
- Constant Field Values
TXN_LOCK_AND_GET
public static final int TXN_LOCK_AND_GET
- See Also:
- Constant Field Values
TXN_PREPARE_BACKUP
public static final int TXN_PREPARE_BACKUP
- See Also:
- Constant Field Values
TXN_PREPARE
public static final int TXN_PREPARE
- See Also:
- Constant Field Values
TXN_PUT
public static final int TXN_PUT
- See Also:
- Constant Field Values
TXN_PUT_BACKUP
public static final int TXN_PUT_BACKUP
- See Also:
- Constant Field Values
TXN_REMOVE
public static final int TXN_REMOVE
- See Also:
- Constant Field Values
TXN_REMOVE_BACKUP
public static final int TXN_REMOVE_BACKUP
- See Also:
- Constant Field Values
TXN_REMOVE_ALL
public static final int TXN_REMOVE_ALL
- See Also:
- Constant Field Values
TXN_REMOVE_ALL_BACKUP
public static final int TXN_REMOVE_ALL_BACKUP
- See Also:
- Constant Field Values
TXN_ROLLBACK
public static final int TXN_ROLLBACK
- See Also:
- Constant Field Values
TXN_ROLLBACK_BACKUP
public static final int TXN_ROLLBACK_BACKUP
- See Also:
- Constant Field Values
MultiMapDataSerializerHook
public MultiMapDataSerializerHook()
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.