GRPC Core  9.0.0
Public Member Functions | Static Public Member Functions
grpc_core::SubchannelPoolInterface Class Referenceabstract

#include <subchannel_pool_interface.h>

Public Member Functions

 SubchannelPoolInterface ()
 
virtual ~SubchannelPoolInterface ()
 
virtual SubchannelRegisterSubchannel (SubchannelKey *key, Subchannel *constructed)=0
 
virtual void UnregisterSubchannel (SubchannelKey *key)=0
 
virtual SubchannelFindSubchannel (SubchannelKey *key)=0
 
- Public Member Functions inherited from grpc_core::RefCounted< SubchannelPoolInterface >
 ~RefCounted ()=default
 
RefCountedPtr< SubchannelPoolInterfaceRef () GRPC_MUST_USE_RESULT
 
RefCountedPtr< SubchannelPoolInterfaceRef (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
 
RefCountedoperator= (const RefCounted &)=delete
 
- Public Member Functions inherited from grpc_core::PolymorphicRefCount
virtual ~PolymorphicRefCount ()=default
 

Static Public Member Functions

static grpc_arg CreateChannelArg (SubchannelPoolInterface *subchannel_pool)
 
static SubchannelPoolInterfaceGetSubchannelPoolFromChannelArgs (const grpc_channel_args *args)
 

Additional Inherited Members

- Protected Member Functions inherited from grpc_core::RefCounted< SubchannelPoolInterface >
 RefCounted (TraceFlagT *trace_flag=nullptr, intptr_t initial_refcount=1)
 

Constructor & Destructor Documentation

◆ SubchannelPoolInterface()

grpc_core::SubchannelPoolInterface::SubchannelPoolInterface ( )
inline

◆ ~SubchannelPoolInterface()

virtual grpc_core::SubchannelPoolInterface::~SubchannelPoolInterface ( )
inlinevirtual

Member Function Documentation

◆ CreateChannelArg()

grpc_arg grpc_core::SubchannelPoolInterface::CreateChannelArg ( SubchannelPoolInterface subchannel_pool)
static

◆ FindSubchannel()

virtual Subchannel* grpc_core::SubchannelPoolInterface::FindSubchannel ( SubchannelKey key)
pure virtual

◆ GetSubchannelPoolFromChannelArgs()

SubchannelPoolInterface * grpc_core::SubchannelPoolInterface::GetSubchannelPoolFromChannelArgs ( const grpc_channel_args args)
static

◆ RegisterSubchannel()

virtual Subchannel* grpc_core::SubchannelPoolInterface::RegisterSubchannel ( SubchannelKey key,
Subchannel constructed 
)
pure virtual

◆ UnregisterSubchannel()

virtual void grpc_core::SubchannelPoolInterface::UnregisterSubchannel ( SubchannelKey key)
pure virtual

The documentation for this class was generated from the following files: