19 #ifndef GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_LOCAL_SUBCHANNEL_POOL_H 20 #define GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_LOCAL_SUBCHANNEL_POOL_H
Definition: subchannel_pool_interface.h:35
Round Robin Policy.
Definition: backend_metric.cc:24
Definition: local_subchannel_pool.h:35
vtable for the AVL tree The optional user_data is propagated from the top level grpc_avl_XXX API...
Definition: avl.h:41
Definition: subchannel_pool_interface.h:63
Subchannel * FindSubchannel(SubchannelKey *key) override
Definition: local_subchannel_pool.cc:57
"pointer" to an AVL tree - this is a reference counted object - use grpc_avl_ref to add a reference...
Definition: avl.h:58
LocalSubchannelPool()
Definition: local_subchannel_pool.cc:27
~LocalSubchannelPool() override
Definition: local_subchannel_pool.cc:31
void UnregisterSubchannel(SubchannelKey *key) override
Definition: local_subchannel_pool.cc:53
Subchannel * RegisterSubchannel(SubchannelKey *key, Subchannel *constructed) override
Definition: local_subchannel_pool.cc:35
Definition: subchannel.h:176