Google Cloud Bigtable C++ Client 2.13.0
A C++ Client Library for Google Cloud Bigtable
|
This is the complete list of members for google::cloud::bigtable::Table, including all inherited members.
app_profile_id() const | google::cloud::bigtable::Table | inline |
Apply(SingleRowMutation mut, Options opts={}) | google::cloud::bigtable::Table | |
AsyncApply(SingleRowMutation mut, Options opts={}) | google::cloud::bigtable::Table | |
AsyncBulkApply(BulkMutation mut, Options opts={}) | google::cloud::bigtable::Table | |
AsyncCheckAndMutateRow(std::string row_key, Filter filter, std::vector< Mutation > true_mutations, std::vector< Mutation > false_mutations, Options opts={}) | google::cloud::bigtable::Table | |
AsyncReadModifyWriteRow(std::string row_key, bigtable::ReadModifyWriteRule rule, Args &&... rules_and_options) | google::cloud::bigtable::Table | inline |
AsyncReadRow(std::string row_key, Filter filter, Options opts={}) | google::cloud::bigtable::Table | |
AsyncReadRows(RowFunctor on_row, FinishFunctor on_finish, RowSet row_set, Filter filter, Options opts={}) | google::cloud::bigtable::Table | inline |
AsyncReadRows(RowFunctor on_row, FinishFunctor on_finish, RowSet row_set, std::int64_t rows_limit, Filter filter, Options opts={}) | google::cloud::bigtable::Table | inline |
AsyncSampleRows(Options opts={}) | google::cloud::bigtable::Table | |
BulkApply(BulkMutation mut, Options opts={}) | google::cloud::bigtable::Table | |
CheckAndMutateRow(std::string row_key, Filter filter, std::vector< Mutation > true_mutations, std::vector< Mutation > false_mutations, Options opts={}) | google::cloud::bigtable::Table | |
instance_id() const | google::cloud::bigtable::Table | inline |
MutationBatcher | google::cloud::bigtable::Table | friend |
project_id() const | google::cloud::bigtable::Table | inline |
ReadModifyWriteRow(std::string row_key, bigtable::ReadModifyWriteRule rule, Args &&... rules_and_options) | google::cloud::bigtable::Table | inline |
ReadRow(std::string row_key, Filter filter, Options opts={}) | google::cloud::bigtable::Table | |
ReadRows(RowSet row_set, Filter filter, Options opts={}) | google::cloud::bigtable::Table | |
ReadRows(RowSet row_set, std::int64_t rows_limit, Filter filter, Options opts={}) | google::cloud::bigtable::Table | |
SampleRows(Options opts={}) | google::cloud::bigtable::Table | |
Table(std::shared_ptr< bigtable::DataConnection > conn, TableResource tr, Options options={}) | google::cloud::bigtable::Table | inlineexplicit |
Table(std::shared_ptr< DataClient > client, std::string const &table_id) | google::cloud::bigtable::Table | inline |
Table(std::shared_ptr< DataClient > client, std::string app_profile_id, std::string const &table_id) | google::cloud::bigtable::Table | inline |
Table(std::shared_ptr< DataClient > client, std::string const &table_id, Policies &&... policies) | google::cloud::bigtable::Table | inline |
Table(std::shared_ptr< DataClient > client, std::string app_profile_id, std::string const &table_id, Policies &&... policies) | google::cloud::bigtable::Table | inline |
table_id() const | google::cloud::bigtable::Table | inline |
table_name() const | google::cloud::bigtable::Table | inline |
WithNewTarget(std::string project_id, std::string instance_id, std::string table_id) const | google::cloud::bigtable::Table | inline |
WithNewTarget(std::string project_id, std::string instance_id, std::string app_profile_id, std::string table_id) const | google::cloud::bigtable::Table | inline |