com.hazelcast.collection
Class CollectionDataSerializerHook

java.lang.Object
  extended by com.hazelcast.collection.CollectionDataSerializerHook
All Implemented Interfaces:
DataSerializerHook

public class CollectionDataSerializerHook
extends Object
implements DataSerializerHook


Field Summary
static int COLLECTION_ADD
           
static int COLLECTION_ADD_ALL
           
static int COLLECTION_ADD_ALL_BACKUP
           
static int COLLECTION_ADD_BACKUP
           
static int COLLECTION_CLEAR
           
static int COLLECTION_CLEAR_BACKUP
           
static int COLLECTION_COMPARE_AND_REMOVE
           
static int COLLECTION_CONTAINS
           
static int COLLECTION_EVENT
           
static int COLLECTION_EVENT_FILTER
           
static int COLLECTION_GET_ALL
           
static int COLLECTION_IS_EMPTY
           
static int COLLECTION_ITEM
           
static int COLLECTION_PREPARE
           
static int COLLECTION_PREPARE_BACKUP
           
static int COLLECTION_REMOVE
           
static int COLLECTION_REMOVE_BACKUP
           
static int COLLECTION_RESERVE_ADD
           
static int COLLECTION_RESERVE_REMOVE
           
static int COLLECTION_ROLLBACK
           
static int COLLECTION_ROLLBACK_BACKUP
           
static int COLLECTION_SIZE
           
static int COLLECTION_TXN_ADD
           
static int COLLECTION_TXN_ADD_BACKUP
           
static int COLLECTION_TXN_REMOVE
           
static int COLLECTION_TXN_REMOVE_BACKUP
           
static int F_ID
           
static int LIST_ADD
           
static int LIST_ADD_ALL
           
static int LIST_GET
           
static int LIST_INDEX_OF
           
static int LIST_REMOVE
           
static int LIST_REPLICATION
           
static int LIST_SET
           
static int LIST_SET_BACKUP
           
static int LIST_SUB
           
static int SET_REPLICATION
           
static int TX_COLLECTION_ITEM
           
static int TX_ROLLBACK
           
 
Fields inherited from interface com.hazelcast.nio.serialization.DataSerializerHook
F_ID_OFFSET_WEBMODULE
 
Constructor Summary
CollectionDataSerializerHook()
           
 
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

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

CollectionDataSerializerHook

public CollectionDataSerializerHook()
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.