Reimplemented from Impala::Persistency::Locator. Definition at line 49 of file FileLocator.h. References Impala::Persistency::Locator::GetDataSet(), Impala::Persistency::Locator::GetHost(), GetName(), and Impala::Persistency::Locator::GetProtocol(). Referenced by Impala::Persistency::operator<<(). 00050 { 00051 return "FileLocator(" + GetProtocol() + "," + GetHost() 00052 + "," + GetDataSet() + "," + GetName() + ")"; 00053 }
Here is the call graph for this function:
|