com.hazelcast.mapreduce.impl
Class MapReducePortableHook
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
MapReducePortableHook
public MapReducePortableHook()
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.