Kudu C++ client API
Loading...
Searching...
No Matches
Public Member Functions | 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
 

Detailed Description

In-memory representation of a remote tablet.

Member Function Documentation

◆ id()

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.

◆ replicas()

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: