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

File Impala::Persistency::DistributedAccessRepository::ExposeFile ( const KernelMatrixLocator loc,
bool  toWrite 
) [inline]

Definition at line 24 of file DistributedAccessRepository.h.

References Impala::Persistency::Locator::GetProtocol(), ILOG_ERROR, and Impala::Persistency::RepositoryDispatcher< LocatorType, DataType, RepositoryInFileType, RepositoryInMonetType >::mRepFile.

00025     {
00026         String protocol = loc.GetProtocol();
00027         if ((protocol == "file") || (protocol == "dataServer"))
00028         {
00029             return mRepFile.ExposeFile(loc, toWrite);
00030         }
00031         ILOG_ERROR("ExposeFile: unknown protocol: [" << loc.GetProtocol()
00032                    << "] in " << loc);
00033         return File();
00034     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:22:34 2011 for ImpalaSrc by  doxygen 1.5.1