Definition at line 36 of file TaskTableRepositoryInFile.h. References Impala::Persistency::RepositoryInFileSystem::GetFile(), Impala::Persistency::TaskTableLocator::GetName(), RepFS(), and Impala::Core::Table::Write(). 00037 { 00038 File file = RepFS().GetFile(loc, "", loc.GetName(), true, false); 00039 Write(tab, file); 00040 }
Here is the call graph for this function:
|