Uses of Class
p2pMapReduce.nodeModule.nodeFsm.NodeState.StateName

Packages that use NodeState.StateName
p2pMapReduce.impl.nodeModule   
p2pMapReduce.nodeModule.nodeFsm   
 

Uses of NodeState.StateName in p2pMapReduce.impl.nodeModule
 

Methods in p2pMapReduce.impl.nodeModule with parameters of type NodeState.StateName
 void NodeModuleImpl.forceTransition(NodeState.StateName stateName)
          Dangerous forcing of state transition.
 

Uses of NodeState.StateName in p2pMapReduce.nodeModule.nodeFsm
 

Methods in p2pMapReduce.nodeModule.nodeFsm that return NodeState.StateName
static NodeState.StateName NodeState.StateName.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NodeState.StateName[] NodeState.StateName.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in p2pMapReduce.nodeModule.nodeFsm with parameters of type NodeState.StateName
 void NodeFSM.forceTransition(NodeState.StateName stateName)
          Deprecated.