Definition at line 76 of file Runner.h. References ILOG_WARN, mJobServerProxy, and Impala::Util::ChannelProxy::Send(). Referenced by Impala::Application::mainJobRunner(). 00077 { 00078 ILOG_WARN("Requesting job server to shut down all runners " << 00079 "after they finish their current job"); 00080 mJobServerProxy->Send("Poison"); 00081 }
Here is the call graph for this function:
|