com.hazelcast.executor.impl
Class ExecutorDataSerializerHook

java.lang.Object
  extended by com.hazelcast.executor.impl.ExecutorDataSerializerHook
All Implemented Interfaces:
DataSerializerHook

public class ExecutorDataSerializerHook
extends Object
implements DataSerializerHook


Field Summary
static int CALLABLE_TASK
           
static int F_ID
           
static int MEMBER_CALLABLE_TASK
           
 
Fields inherited from interface com.hazelcast.nio.serialization.DataSerializerHook
F_ID_OFFSET_WEBMODULE
 
Constructor Summary
ExecutorDataSerializerHook()
           
 
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

CALLABLE_TASK

public static final int CALLABLE_TASK
See Also:
Constant Field Values

MEMBER_CALLABLE_TASK

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

ExecutorDataSerializerHook

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