com.hazelcast.replicatedmap.impl.operation
Class ReplicatedMapDataSerializerHook

java.lang.Object
  extended by 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.


Field Summary
static int F_ID
           
static int MAP_STATS
           
static int OP_CLEAR
           
static int OP_INIT_CHUNK
           
static int OP_POST_JOIN
           
static int RECORD
           
static int REPL_CLEAR_MESSAGE
           
static int REPL_MULTI_UPDATE_MESSAGE
           
static int REPL_UPDATE_MESSAGE
           
static int VECTOR
           
 
Fields inherited from interface com.hazelcast.nio.serialization.DataSerializerHook
F_ID_OFFSET_WEBMODULE
 
Constructor Summary
ReplicatedMapDataSerializerHook()
           
 
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

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

ReplicatedMapDataSerializerHook

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