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