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::KuduTablet Class Reference

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

#include <client.h>

Public Member Functions

const std::string & id () const
 
const std::vector< const
KuduReplica * > & 
replicas () const
 

Friends

class KuduClient
 
class KuduScanTokenBuilder
 

Detailed Description

In-memory representation of a remote tablet.

Member Function Documentation

const std::string& kudu::client::KuduTablet::id ( ) const
Returns
The ID which is globally unique and guaranteed not to change for the lifetime of the tablet.
const std::vector<const KuduReplica*>& kudu::client::KuduTablet::replicas ( ) const
Returns
The replicas of this tablet. The KuduTablet retains ownership over the replicas.
Note
This information may be stale; replicas may be added or removed from Raft configurations at any time.

The documentation for this class was generated from the following file: