com.hazelcast.replicatedmap.impl.client
Class ReplicatedMapPortableHook
java.lang.Object
com.hazelcast.replicatedmap.impl.client.ReplicatedMapPortableHook
- All Implemented Interfaces:
- PortableHook
public class ReplicatedMapPortableHook
- extends Object
- implements PortableHook
This class registers all Portable serializers that are needed for communication between nodes and clients
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
SIZE
public static final int SIZE
- See Also:
- Constant Field Values
IS_EMPTY
public static final int IS_EMPTY
- 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
PUT_TTL
public static final int PUT_TTL
- See Also:
- Constant Field Values
GET
public static final int GET
- See Also:
- Constant Field Values
REMOVE
public static final int REMOVE
- See Also:
- Constant Field Values
PUT_ALL
public static final int PUT_ALL
- 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
MAP_ENTRY_SET
public static final int MAP_ENTRY_SET
- See Also:
- Constant Field Values
MAP_KEY_SET
public static final int MAP_KEY_SET
- See Also:
- Constant Field Values
VALUES_COLLECTION
public static final int VALUES_COLLECTION
- See Also:
- Constant Field Values
GET_RESPONSE
public static final int GET_RESPONSE
- See Also:
- Constant Field Values
ADD_LISTENER
public static final int ADD_LISTENER
- See Also:
- Constant Field Values
REMOVE_LISTENER
public static final int REMOVE_LISTENER
- See Also:
- Constant Field Values
MAP_ENTRY_EVENT
public static final int MAP_ENTRY_EVENT
- See Also:
- Constant Field Values
CLEAR
public static final int CLEAR
- See Also:
- Constant Field Values
ReplicatedMapPortableHook
public ReplicatedMapPortableHook()
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.