GRPC C++  1.39.1
Public Member Functions
grpc_core::LocalSubchannelPool Class Referencefinal

#include <local_subchannel_pool.h>

Public Member Functions

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

Additional Inherited Members

- Static Public Member Functions inherited from grpc_core::SubchannelPoolInterface
static grpc_arg CreateChannelArg (SubchannelPoolInterface *subchannel_pool)
 
static SubchannelPoolInterfaceGetSubchannelPoolFromChannelArgs (const grpc_channel_args *args)
 
- Protected Member Functions inherited from grpc_core::RefCounted< SubchannelPoolInterface >
 RefCounted (const char *trace=nullptr, intptr_t initial_refcount=1)
 

Constructor & Destructor Documentation

◆ LocalSubchannelPool()

grpc_core::LocalSubchannelPool::LocalSubchannelPool ( )
inline

◆ ~LocalSubchannelPool()

grpc_core::LocalSubchannelPool::~LocalSubchannelPool ( )
inlineoverride

Member Function Documentation

◆ FindSubchannel()

RefCountedPtr< Subchannel > grpc_core::LocalSubchannelPool::FindSubchannel ( const SubchannelKey key)
overridevirtual

◆ RegisterSubchannel()

RefCountedPtr< Subchannel > grpc_core::LocalSubchannelPool::RegisterSubchannel ( const SubchannelKey key,
RefCountedPtr< Subchannel constructed 
)
overridevirtual

◆ UnregisterSubchannel()

void grpc_core::LocalSubchannelPool::UnregisterSubchannel ( const SubchannelKey key,
Subchannel subchannel 
)
overridevirtual

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