Package p2pMapReduce.nodeModule

Interface Summary
Constants Contains constants of the P2PMapReduce framework
NodeModuleIF A node module contains a finite state machine (NodeFSM) that implements the node behavior, and all the data required.
 

Class Summary
BackupJobManager Acts as a backup of a job.
JobManager The manager of a job.
NodeLoadComparator Order NodeInfo by increasing load value
NodeModuleFactory Provides concrete instance of NodeModuleIF
NodeModuleStarter Main class to start a P2PMapReduce node
TaskManager Manages a SlaveTask.
UserNode An utility class to start an user node, join the P2PMapReduce network and submit jobs.
UserNode.UserJob