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

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

Definition at line 38 of file KernelMatrixRepository.h.

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

Referenced by ExposeFilePath().

00039     {
00040         String protocol = loc.GetProtocol();
00041         if ((protocol == "file") || (protocol == "dataServer"))
00042         {
00043             return mRepFile.ExposeFile(loc, toWrite);
00044         }
00045         ILOG_ERROR("ExposeFile: unknown protocol: [" << loc.GetProtocol()
00046                    << "] in " << loc);
00047         return File();
00048     }

Here is the call graph for this function:


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