Home | History | Annotate | Download | only in scheduler

Lines Matching full:dispatcher

172         dispatcher = Dispatcher()
173 dispatcher.initialize(recover_hosts=options.recover_hosts)
179 dispatcher.tick()
203 logging.info("%s> dispatcher starting", time.strftime("%X %x"))
433 agent.dispatcher = self
584 to this dispatcher.
806 an agent to the dispatcher through _schedule_special_tasks and
850 Adds agents to the dispatcher.
855 task is finished. The dispatcher runs the agent_task, as well as
860 gathering, parsing, archiving) states, and adds it to the dispatcher so
972 Handles agents of the dispatcher.
974 Appropriate Agents are added to the dispatcher through
1079 class Dispatcher(SiteDispatcher):
1085 An agent for use by the Dispatcher class to perform a task. An agent wraps
1110 # This is filled in by Dispatcher.add_agent()
1111 self.dispatcher = None