GRPC Core
9.0.0
|
#include <subchannel_pool_interface.h>
Public Member Functions | |
SubchannelPoolInterface () | |
virtual | ~SubchannelPoolInterface () |
virtual Subchannel * | RegisterSubchannel (SubchannelKey *key, Subchannel *constructed)=0 |
virtual void | UnregisterSubchannel (SubchannelKey *key)=0 |
virtual Subchannel * | FindSubchannel (SubchannelKey *key)=0 |
![]() | |
~RefCounted ()=default | |
RefCountedPtr< SubchannelPoolInterface > | Ref () GRPC_MUST_USE_RESULT |
RefCountedPtr< SubchannelPoolInterface > | Ref (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT |
void | Unref () |
void | Unref (const DebugLocation &location, const char *reason) |
bool | RefIfNonZero () |
bool | RefIfNonZero (const DebugLocation &location, const char *reason) |
RefCounted (const RefCounted &)=delete | |
RefCounted & | operator= (const RefCounted &)=delete |
![]() | |
virtual | ~PolymorphicRefCount ()=default |
Static Public Member Functions | |
static grpc_arg | CreateChannelArg (SubchannelPoolInterface *subchannel_pool) |
static SubchannelPoolInterface * | GetSubchannelPoolFromChannelArgs (const grpc_channel_args *args) |
Additional Inherited Members | |
![]() | |
RefCounted (TraceFlagT *trace_flag=nullptr, intptr_t initial_refcount=1) | |
|
inline |
|
inlinevirtual |
|
static |
|
pure virtual |
Implemented in grpc_core::GlobalSubchannelPool, and grpc_core::LocalSubchannelPool.
|
static |
|
pure virtual |
Implemented in grpc_core::GlobalSubchannelPool, and grpc_core::LocalSubchannelPool.
|
pure virtual |
Implemented in grpc_core::GlobalSubchannelPool, and grpc_core::LocalSubchannelPool.