com.hazelcast.multimap.impl
Class MultiMapDataSerializerHook

java.lang.Object
  extended by com.hazelcast.multimap.impl.MultiMapDataSerializerHook
All Implemented Interfaces:
DataSerializerHook

public class MultiMapDataSerializerHook
extends Object
implements DataSerializerHook


Field Summary
static int ADD_ALL
           
static int ADD_ALL_BACKUP
           
static int CLEAR
           
static int CLEAR_BACKUP
           
static int COMPARE_AND_REMOVE
           
static int COMPARE_AND_REMOVE_BACKUP
           
static int CONTAINS
           
static int CONTAINS_ALL
           
static int CONTAINS_ENTRY
           
static int COUNT
           
static int ENTRY_SET
           
static int F_ID
           
static int GET
           
static int GET_ALL
           
static int INDEX_OF
           
static int KEY_SET
           
static int PUT
           
static int PUT_BACKUP
           
static int REMOVE
           
static int REMOVE_ALL
           
static int REMOVE_ALL_BACKUP
           
static int REMOVE_BACKUP
           
static int REMOVE_INDEX
           
static int REMOVE_INDEX_BACKUP
           
static int SET
           
static int SET_BACKUP
           
static int SIZE
           
static int TXN_COMMIT
           
static int TXN_COMMIT_BACKUP
           
static int TXN_GENERATE_RECORD_ID
           
static int TXN_LOCK_AND_GET
           
static int TXN_PREPARE
           
static int TXN_PREPARE_BACKUP
           
static int TXN_PUT
           
static int TXN_PUT_BACKUP
           
static int TXN_REMOVE
           
static int TXN_REMOVE_ALL
           
static int TXN_REMOVE_ALL_BACKUP
           
static int TXN_REMOVE_BACKUP
           
static int TXN_ROLLBACK
           
static int TXN_ROLLBACK_BACKUP
           
static int VALUES
           
 
Fields inherited from interface com.hazelcast.nio.serialization.DataSerializerHook
F_ID_OFFSET_WEBMODULE
 
Constructor Summary
MultiMapDataSerializerHook()
           
 
Method Summary
 DataSerializableFactory createFactory()
           
 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

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
Constructor Detail

MultiMapDataSerializerHook

public MultiMapDataSerializerHook()
Method Detail

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.