In-memory representation of a remote tablet server.
More...
#include <client.h>
|
const std::string & | uuid () const |
|
const std::string & | hostname () const |
|
|
class | KuduClient |
|
class | KuduScanner |
|
class | KuduScanTokenBuilder |
|
In-memory representation of a remote tablet server.
const std::string& kudu::client::KuduTabletServer::hostname |
( |
| ) |
const |
- Returns
- Hostname of the first RPC address that this tablet server is listening on.
const std::string& kudu::client::KuduTabletServer::uuid |
( |
| ) |
const |
- Returns
- The UUID which is globally unique and guaranteed not to change for the lifetime of the tablet server.
The documentation for this class was generated from the following file: