Uses of Class
com.cliftonsnyder.clutch.util.ClutchState

Packages that use ClutchState
com.cliftonsnyder.clutch   
com.cliftonsnyder.clutch.mr   
com.cliftonsnyder.clutch.mr.task   
com.cliftonsnyder.clutch.util   
 

Uses of ClutchState in com.cliftonsnyder.clutch
 

Fields in com.cliftonsnyder.clutch declared as ClutchState
protected  ClutchState Agent.state
          contains state information about the Agent
 

Methods in com.cliftonsnyder.clutch with parameters of type ClutchState
 void Agent.setState(ClutchState state)
          sets the state information for the Agent
 

Constructors in com.cliftonsnyder.clutch with parameters of type ClutchState
Agent(ClutchState state)
          constructs a new Agent object, with maxPeers maximum peers
 

Uses of ClutchState in com.cliftonsnyder.clutch.mr
 

Methods in com.cliftonsnyder.clutch.mr with parameters of type ClutchState
 void Reducer.setState(ClutchState state)
           
 void Mapper.setState(ClutchState state)
           
 

Constructors in com.cliftonsnyder.clutch.mr with parameters of type ClutchState
Mapper(ClutchState state)
          constructs a new Mapper object, with maxPeers maximum peers
Reducer(ClutchState state)
          constructs a new Reducer object, with maxPeers maximum peers
 

Uses of ClutchState in com.cliftonsnyder.clutch.mr.task
 

Fields in com.cliftonsnyder.clutch.mr.task declared as ClutchState
protected  ClutchState AbstractMapTaskFactory.state
           
 

Methods in com.cliftonsnyder.clutch.mr.task with parameters of type ClutchState
 void MapTaskFactory.setState(ClutchState state)
           
 void AbstractMapTaskFactory.setState(ClutchState state)
           
 

Uses of ClutchState in com.cliftonsnyder.clutch.util
 

Constructors in com.cliftonsnyder.clutch.util with parameters of type ClutchState
AgentWatcher(ClutchState state)