com.hazelcast.map.impl
Class MapDataSerializerHook

java.lang.Object
  extended by com.hazelcast.map.impl.MapDataSerializerHook
All Implemented Interfaces:
DataSerializerHook

public final class MapDataSerializerHook
extends Object
implements DataSerializerHook


Field Summary
static int ENTRY_SET
           
static int ENTRY_VIEW
           
static int F_ID
           
static int GET
           
static int KEY_SET
           
static int PUT
           
static int PUT_BACKUP
           
static int QUERY_RESULT_ENTRY
           
static int QUERY_RESULT_SET
           
static int REMOVE
           
static int REMOVE_BACKUP
           
static int VALUES
           
 
Fields inherited from interface com.hazelcast.nio.serialization.DataSerializerHook
F_ID_OFFSET_WEBMODULE
 
Constructor Summary
MapDataSerializerHook()
           
 
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

PUT

public static final int PUT
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_BACKUP

public static final int PUT_BACKUP
See Also:
Constant Field Values

REMOVE_BACKUP

public static final int REMOVE_BACKUP
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

ENTRY_VIEW

public static final int ENTRY_VIEW
See Also:
Constant Field Values

QUERY_RESULT_ENTRY

public static final int QUERY_RESULT_ENTRY
See Also:
Constant Field Values

QUERY_RESULT_SET

public static final int QUERY_RESULT_SET
See Also:
Constant Field Values
Constructor Detail

MapDataSerializerHook

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