Uses of Class
p2pMapReduce.nodeModule.nodeFsm.NodeState

Packages that use NodeState
p2pMapReduce.nodeModule.nodeFsm   
 

Uses of NodeState in p2pMapReduce.nodeModule.nodeFsm
 

Subclasses of NodeState in p2pMapReduce.nodeModule.nodeFsm
 class Active
          Inner state of Slave macro state A slave node remains in this state until all the job for the task submitted to this node are completed
 class Check_Master
          Inner state of Slave macro state.
 class Idle
          Inner state of Slave macro state.
 class Master
          A FSM macro state representing a master node.