Kudu C++ client API
|
This is the complete list of members for KuduClient, including all inherited members.
CLOSEST_REPLICA enum value | KuduClient | |
connection_negotiation_timeout() const | KuduClient | |
default_admin_operation_timeout() const | KuduClient | |
default_rpc_timeout() const | KuduClient | |
DeleteTable(const std::string &table_name) | KuduClient | |
ExportAuthenticationCredentials(std::string *authn_creds) const | KuduClient | |
FIRST_REPLICA enum value | KuduClient | |
GetLatestObservedTimestamp() const | KuduClient | |
GetTableSchema(const std::string &table_name, KuduSchema *schema) | KuduClient | |
IsAlterTableInProgress(const std::string &table_name, bool *alter_in_progress) | KuduClient | |
IsCreateTableInProgress(const std::string &table_name, bool *create_in_progress) | KuduClient | |
IsMultiMaster() const | KuduClient | |
kNoTimestamp | KuduClient | static |
LEADER_ONLY enum value | KuduClient | |
ListSoftDeletedTables(std::vector< std::string > *tables, const std::string &filter="") | KuduClient | |
ListTables(std::vector< std::string > *tables, const std::string &filter="") | KuduClient | |
ListTabletServers(std::vector< KuduTabletServer * > *tablet_servers) | KuduClient | |
NewSession() | KuduClient | |
NewTableAlterer(const std::string &table_name) | KuduClient | |
NewTableCreator() | KuduClient | |
NewTransaction(sp::shared_ptr< KuduTransaction > *txn) WARN_UNUSED_RESULT | KuduClient | |
OpenTable(const std::string &table_name, sp::shared_ptr< KuduTable > *table) | KuduClient | |
ReplicaSelection enum name | KuduClient | |
SetLatestObservedTimestamp(uint64_t ht_timestamp) | KuduClient | |
SoftDeleteTable(const std::string &table_name, uint32_t reserve_seconds=0) | KuduClient | |
TableExists(const std::string &table_name, bool *exists) | KuduClient | |
tools::ShowTabletInfo (defined in KuduClient) | KuduClient | friend |
~KuduClient() (defined in KuduClient) | KuduClient |