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: ![]()
|