In-memory representation of a remote tablet server.  
 More...
#include <client.h>
|  | 
| const std::string & | uuid () const | 
|  | 
| const std::string & | hostname () const | 
|  | 
| uint16_t | port () const | 
|  | 
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. 
 
 
      
        
          | 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: