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

File Impala::Persistency::FeatureTableRepository::ExposeFile ( const FeatureLocator loc,
bool  toWrite 
) [inline]

Definition at line 40 of file FeatureTableRepository.h.

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

Referenced by Impala::Core::Training::PrecomputeTask::ComputeDevelKernel(), and ExposeFilePath().

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

Here is the call graph for this function:


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