com.hazelcast.mapreduce.impl
Class MapReducePortableHook

java.lang.Object
  extended by com.hazelcast.mapreduce.impl.MapReducePortableHook
All Implemented Interfaces:
PortableHook

public class MapReducePortableHook
extends Object
implements PortableHook

This class registers all Portable serializers that are needed for communication between nodes and clients


Field Summary
static int CLIENT_CANCELLATION_REQUEST
           
static int CLIENT_JOB_PROCESS_INFO_REQUEST
           
static int CLIENT_MAP_REDUCE_REQUEST
           
static int F_ID
           
static int TRANSFERABLE_PROCESS_INFORMATION
           
 
Constructor Summary
MapReducePortableHook()
           
 
Method Summary
 PortableFactory createFactory()
           
 Collection<ClassDefinition> getBuiltinDefinitions()
           
 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

CLIENT_JOB_PROCESS_INFO_REQUEST

public static final int CLIENT_JOB_PROCESS_INFO_REQUEST
See Also:
Constant Field Values

CLIENT_CANCELLATION_REQUEST

public static final int CLIENT_CANCELLATION_REQUEST
See Also:
Constant Field Values

CLIENT_MAP_REDUCE_REQUEST

public static final int CLIENT_MAP_REDUCE_REQUEST
See Also:
Constant Field Values

TRANSFERABLE_PROCESS_INFORMATION

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

MapReducePortableHook

public MapReducePortableHook()
Method Detail

getFactoryId

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

createFactory

public PortableFactory createFactory()
Specified by:
createFactory in interface PortableHook

getBuiltinDefinitions

public Collection<ClassDefinition> getBuiltinDefinitions()
Specified by:
getBuiltinDefinitions in interface PortableHook


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