com.hazelcast.map.impl
Class MapPortableHook
java.lang.Object
com.hazelcast.map.impl.MapPortableHook
- All Implemented Interfaces:
- PortableHook
public class MapPortableHook
- extends Object
- implements PortableHook
- Author:
- mdogan 5/2/13
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
GET
public static final int GET
- See Also:
- Constant Field Values
PUT
public static final int PUT
- See Also:
- Constant Field Values
PUT_IF_ABSENT
public static final int PUT_IF_ABSENT
- See Also:
- Constant Field Values
TRY_PUT
public static final int TRY_PUT
- See Also:
- Constant Field Values
PUT_TRANSIENT
public static final int PUT_TRANSIENT
- See Also:
- Constant Field Values
SET
public static final int SET
- See Also:
- Constant Field Values
CONTAINS_KEY
public static final int CONTAINS_KEY
- See Also:
- Constant Field Values
CONTAINS_VALUE
public static final int CONTAINS_VALUE
- See Also:
- Constant Field Values
REMOVE
public static final int REMOVE
- See Also:
- Constant Field Values
REMOVE_IF_SAME
public static final int REMOVE_IF_SAME
- See Also:
- Constant Field Values
DELETE
public static final int DELETE
- See Also:
- Constant Field Values
FLUSH
public static final int FLUSH
- See Also:
- Constant Field Values
GET_ALL
public static final int GET_ALL
- See Also:
- Constant Field Values
TRY_REMOVE
public static final int TRY_REMOVE
- See Also:
- Constant Field Values
REPLACE
public static final int REPLACE
- See Also:
- Constant Field Values
REPLACE_IF_SAME
public static final int REPLACE_IF_SAME
- See Also:
- Constant Field Values
LOCK
public static final int LOCK
- See Also:
- Constant Field Values
IS_LOCKED
public static final int IS_LOCKED
- See Also:
- Constant Field Values
UNLOCK
public static final int UNLOCK
- See Also:
- Constant Field Values
EVICT
public static final int EVICT
- See Also:
- Constant Field Values
ADD_INTERCEPTOR
public static final int ADD_INTERCEPTOR
- See Also:
- Constant Field Values
REMOVE_INTERCEPTOR
public static final int REMOVE_INTERCEPTOR
- See Also:
- Constant Field Values
ADD_ENTRY_LISTENER
public static final int ADD_ENTRY_LISTENER
- See Also:
- Constant Field Values
ADD_ENTRY_LISTENER_SQL
public static final int ADD_ENTRY_LISTENER_SQL
- See Also:
- Constant Field Values
GET_ENTRY_VIEW
public static final int GET_ENTRY_VIEW
- See Also:
- Constant Field Values
ADD_INDEX
public static final int ADD_INDEX
- See Also:
- Constant Field Values
KEY_SET
public static final int KEY_SET
- See Also:
- Constant Field Values
VALUES
public static final int VALUES
- See Also:
- Constant Field Values
ENTRY_SET
public static final int ENTRY_SET
- See Also:
- Constant Field Values
SIZE
public static final int SIZE
- See Also:
- Constant Field Values
QUERY
public static final int QUERY
- See Also:
- Constant Field Values
SQL_QUERY
public static final int SQL_QUERY
- See Also:
- Constant Field Values
CLEAR
public static final int CLEAR
- See Also:
- Constant Field Values
GET_LOCAL_MAP_STATS
public static final int GET_LOCAL_MAP_STATS
- See Also:
- Constant Field Values
EXECUTE_ON_KEY
public static final int EXECUTE_ON_KEY
- See Also:
- Constant Field Values
EXECUTE_ON_ALL_KEYS
public static final int EXECUTE_ON_ALL_KEYS
- See Also:
- Constant Field Values
PUT_ALL
public static final int PUT_ALL
- See Also:
- Constant Field Values
TXN_REQUEST
public static final int TXN_REQUEST
- See Also:
- Constant Field Values
TXN_REQUEST_WITH_SQL_QUERY
public static final int TXN_REQUEST_WITH_SQL_QUERY
- See Also:
- Constant Field Values
EXECUTE_WITH_PREDICATE
public static final int EXECUTE_WITH_PREDICATE
- See Also:
- Constant Field Values
REMOVE_ENTRY_LISTENER
public static final int REMOVE_ENTRY_LISTENER
- See Also:
- Constant Field Values
EXECUTE_ON_KEYS
public static final int EXECUTE_ON_KEYS
- See Also:
- Constant Field Values
EVICT_ALL
public static final int EVICT_ALL
- See Also:
- Constant Field Values
LOAD_ALL_GIVEN_KEYS
public static final int LOAD_ALL_GIVEN_KEYS
- See Also:
- Constant Field Values
LOAD_ALL_KEYS
public static final int LOAD_ALL_KEYS
- See Also:
- Constant Field Values
IS_EMPTY
public static final int IS_EMPTY
- See Also:
- Constant Field Values
ADD_NEAR_CACHE_ENTRY_LISTENER
public static final int ADD_NEAR_CACHE_ENTRY_LISTENER
- See Also:
- Constant Field Values
MapPortableHook
public MapPortableHook()
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.