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

void Impala::Util::Mpi::JobGroup::JobDone ( PropertySet job  )  [inline]

Definition at line 32 of file JobManager.h.

References Impala::Util::PropertySet::GetString(), mGroupId, and mWorkers.

00033     {
00034         if(job->GetString("JobManager::group-id") != mGroupId)
00035             return;
00036         --mWorkers;
00037     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:41:38 2010 for ImpalaSrc by  doxygen 1.5.1