File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
google/cloud/bigtable/internal Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -58,10 +58,13 @@ GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
5858using BaseBigtableStubFactory = std::function<std::shared_ptr<BigtableStub>(
5959 std::shared_ptr<grpc::Channel>)>;
6060
61+ // / Creates a static pool of stubs that use a round-robin strategy to select.
6162std::shared_ptr<BigtableStub> CreateBigtableStubRoundRobin (
6263 Options const & options, std::function<std::shared_ptr<BigtableStub>(int )>
6364 refreshing_channel_stub_factory);
6465
66+ // / Creates a dynamic pool of stubs that selects the least used from a random
67+ // / pair of stubs.
6568std::shared_ptr<BigtableStub> CreateBigtableStubRandomTwoLeastUsed (
6669 std::shared_ptr<internal::GrpcAuthenticationStrategy> auth,
6770 std::shared_ptr<internal::CompletionQueueImpl> cq_impl,
You can’t perform that action at this time.
0 commit comments