Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

void Impala::Application::IDo::CleanCluster (  )  [inline]

Definition at line 2286 of file mainIDo.cpp.

References CleanCall(), GetWalkerDir(), and ILOG_INFO.

Referenced by HandleCmd().

02287     {
02288         ILOG_INFO("Cleaning cluster");
02289         CleanCall("deletefeaturetable", "true false . ALL ALL");
02290         CleanCall("deletefeaturetable", "false false " + GetWalkerDir() +
02291                   " ALL ALL");
02292     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:14:26 2011 for ImpalaSrc by  doxygen 1.5.1