com.hazelcast.collection
Class CollectionPortableHook

java.lang.Object
  extended by com.hazelcast.collection.CollectionPortableHook
All Implemented Interfaces:
PortableHook

public class CollectionPortableHook
extends Object
implements PortableHook


Field Summary
static int COLLECTION_ADD
           
static int COLLECTION_ADD_ALL
           
static int COLLECTION_ADD_LISTENER
           
static int COLLECTION_CLEAR
           
static int COLLECTION_COMPARE_AND_REMOVE
           
static int COLLECTION_CONTAINS
           
static int COLLECTION_GET_ALL
           
static int COLLECTION_IS_EMPTY
           
static int COLLECTION_REMOVE
           
static int COLLECTION_REMOVE_LISTENER
           
static int COLLECTION_SIZE
           
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_SET
           
static int LIST_SUB
           
static int TXN_LIST_ADD
           
static int TXN_LIST_REMOVE
           
static int TXN_LIST_SIZE
           
static int TXN_SET_ADD
           
static int TXN_SET_REMOVE
           
static int TXN_SET_SIZE
           
 
Constructor Summary
CollectionPortableHook()
           
 
Method Summary
 PortableFactory createFactory()
           
 Collection<ClassDefinition> getBuiltinDefinitions()
           
 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_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
Constructor Detail

CollectionPortableHook

public CollectionPortableHook()
Method Detail

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.