com.hazelcast.spi.impl
Class SpiDataSerializerHook

java.lang.Object
  extended by com.hazelcast.spi.impl.SpiDataSerializerHook
All Implemented Interfaces:
DataSerializerHook

public final class SpiDataSerializerHook
extends Object
implements DataSerializerHook


Field Summary
static int BACKUP
           
static int BACKUP_RESPONSE
           
static int CALL_TIMEOUT_RESPONSE
           
static int COLLECTION
           
static int ERROR_RESPONSE
           
static int EVENT_PACKET
           
static int F_ID
           
static int NORMAL_RESPONSE
           
static int PARALLEL_OPERATION_FACTORY
           
static int PARTITION_ITERATOR
           
static int PARTITION_RESPONSE
           
 
Fields inherited from interface com.hazelcast.nio.serialization.DataSerializerHook
F_ID_OFFSET_WEBMODULE
 
Constructor Summary
SpiDataSerializerHook()
           
 
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

NORMAL_RESPONSE

public static final int NORMAL_RESPONSE
See Also:
Constant Field Values

BACKUP

public static final int BACKUP
See Also:
Constant Field Values

BACKUP_RESPONSE

public static final int BACKUP_RESPONSE
See Also:
Constant Field Values

PARTITION_ITERATOR

public static final int PARTITION_ITERATOR
See Also:
Constant Field Values

PARTITION_RESPONSE

public static final int PARTITION_RESPONSE
See Also:
Constant Field Values

PARALLEL_OPERATION_FACTORY

public static final int PARALLEL_OPERATION_FACTORY
See Also:
Constant Field Values

EVENT_PACKET

public static final int EVENT_PACKET
See Also:
Constant Field Values

COLLECTION

public static final int COLLECTION
See Also:
Constant Field Values

CALL_TIMEOUT_RESPONSE

public static final int CALL_TIMEOUT_RESPONSE
See Also:
Constant Field Values

ERROR_RESPONSE

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

SpiDataSerializerHook

public SpiDataSerializerHook()
Method Detail

createFactory

public DataSerializableFactory createFactory()
Specified by:
createFactory in interface DataSerializerHook

getFactoryId

public int getFactoryId()
Specified by:
getFactoryId in interface DataSerializerHook


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.