com.hazelcast.replicatedmap.impl.operation
Class ReplicatedMapDataSerializerHook
java.lang.Object
com.hazelcast.replicatedmap.impl.operation.ReplicatedMapDataSerializerHook
- All Implemented Interfaces:
- DataSerializerHook
public class ReplicatedMapDataSerializerHook
- extends Object
- implements DataSerializerHook
This class contains all the ID hooks for IdentifiedDataSerializable classes used inside the replicated map.
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
VECTOR
public static final int VECTOR
- See Also:
- Constant Field Values
RECORD
public static final int RECORD
- See Also:
- Constant Field Values
REPL_UPDATE_MESSAGE
public static final int REPL_UPDATE_MESSAGE
- See Also:
- Constant Field Values
REPL_CLEAR_MESSAGE
public static final int REPL_CLEAR_MESSAGE
- See Also:
- Constant Field Values
REPL_MULTI_UPDATE_MESSAGE
public static final int REPL_MULTI_UPDATE_MESSAGE
- See Also:
- Constant Field Values
OP_INIT_CHUNK
public static final int OP_INIT_CHUNK
- See Also:
- Constant Field Values
OP_POST_JOIN
public static final int OP_POST_JOIN
- See Also:
- Constant Field Values
OP_CLEAR
public static final int OP_CLEAR
- See Also:
- Constant Field Values
MAP_STATS
public static final int MAP_STATS
- See Also:
- Constant Field Values
ReplicatedMapDataSerializerHook
public ReplicatedMapDataSerializerHook()
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.