#include <Locator.h>
Inheritance diagram for Impala::Persistency::Locator:


Public Member Functions | |
| Locator () | |
| Locator (CString dataSet) | |
| Locator (CString protocolAndHost, CString dataSet) | |
| Locator (CString protocol, CString host, CString dataSet) | |
| Locator (CString dataSet, CmdOptions &options) | |
| virtual | ~Locator () |
| String | GetProtocol () const |
| void | SetProtocol (CString protocol) |
| String | GetHost () const |
| void | SetHost (CString host) |
| String | GetProtocolAndHost () const |
| String | GetDataSet () const |
| void | SetDataSet (CString dataSet) |
| String | ToString () const |
Private Attributes | |
| String | mProtocol |
| String | mHost |
| String | mDataSet |
| ILOG_VAR_DEC | |
This base class only holds the common part of all locators. Derived classes contain more data specific information.
Current protocols are : "file", "dataServer", and "mapi".
Locators are tied to a dataset. Special datasets are: "not_set" : invalid locator "config" : global Impala configuration
Definition at line 24 of file Locator.h.
1.5.1