Kudu C++ client API
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Friends | List of all members
kudu::client::KuduTabletServer Class Reference

In-memory representation of a remote tablet server. More...

#include <client.h>

Public Member Functions

const std::string & uuid () const
 
const std::string & hostname () const
 
uint16_t port () const
 

Friends

class KuduClient
 
class KuduScanner
 
class KuduScanTokenBuilder
 

Detailed Description

In-memory representation of a remote tablet server.

Member Function Documentation

const std::string& kudu::client::KuduTabletServer::hostname ( ) const
Returns
Hostname of the first RPC address that this tablet server is listening on.
uint16_t kudu::client::KuduTabletServer::port ( ) const
Returns
Port number 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: