Home
last modified time | relevance | path

Searched refs:AsyncWaitForConsistency (Results 1 – 12 of 12) sorted by relevance

/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/bigtable/examples/
H A Dtable_admin_async_snippets.cc274 void AsyncWaitForConsistency(google::cloud::bigtable::TableAdmin const& admin, in AsyncWaitForConsistency() function
284 admin.AsyncWaitForConsistency(cq, table_id, consistency_token); in AsyncWaitForConsistency()
364 AsyncWaitForConsistency(admin, cq, {table_id, *token}); in RunAll()
404 AsyncWaitForConsistency), in main()
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/bigtable/examples/
H A Dtable_admin_async_snippets.cc274 void AsyncWaitForConsistency(google::cloud::bigtable::TableAdmin const& admin, in AsyncWaitForConsistency() function
284 admin.AsyncWaitForConsistency(cq, table_id, consistency_token); in AsyncWaitForConsistency()
364 AsyncWaitForConsistency(admin, cq, {table_id, *token}); in RunAll()
404 AsyncWaitForConsistency), in main()
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/bigtable/tests/
H A Dadmin_async_future_integration_test.cc330 return table_admin.AsyncWaitForConsistency(cq, table_id, *token); in TEST_F()
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/bigtable/tests/
H A Dadmin_async_future_integration_test.cc330 return table_admin.AsyncWaitForConsistency(cq, table_id, *token); in TEST_F()
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/bigtable/
H A Dtable_admin.h1323 google::cloud::future<StatusOr<Consistency>> AsyncWaitForConsistency(
H A Dtable_admin.cc679 return AsyncWaitForConsistency(cq, table_id, consistency_token) in WaitForConsistency()
687 TableAdmin::AsyncWaitForConsistency(CompletionQueue& cq, in AsyncWaitForConsistency() function in google::cloud::bigtable::BIGTABLE_CLIENT_NS::TableAdmin
H A Dtable_admin_test.cc1150 tested.AsyncWaitForConsistency(cq, "test-table", "test-async-token"); in TEST_F()
1225 tested.AsyncWaitForConsistency(cq, "test-table", "test-async-token"); in TEST_F()
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/bigtable/
H A Dtable_admin.h1161 google::cloud::future<StatusOr<Consistency>> AsyncWaitForConsistency(
H A Dtable_admin.cc673 return AsyncWaitForConsistency(cq, table_id, consistency_token) in WaitForConsistency()
681 TableAdmin::AsyncWaitForConsistency(CompletionQueue& cq, in AsyncWaitForConsistency() function in google::cloud::bigtable::BIGTABLE_CLIENT_NS::TableAdmin
H A Dtable_admin_test.cc1154 tested.AsyncWaitForConsistency(cq, "test-table", "test-async-token"); in TEST_F()
1229 tested.AsyncWaitForConsistency(cq, "test-table", "test-async-token"); in TEST_F()
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/
H A DCHANGELOG.md646 * Implemented TableAdmin::AsyncWaitForConsistency.
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/
H A DCHANGELOG.md878 * Implemented TableAdmin::AsyncWaitForConsistency.