Reimplemented from Impala::Util::ChannelServer. Definition at line 92 of file Server.h. References RemoveJobsAccepted(), and RescheduleJob(). 00093 { 00094 ChannelServer::HandleDisconnect(port); 00095 RescheduleJob(port); 00096 RemoveJobsAccepted(port); 00097 }
Here is the call graph for this function:
|