GRPC Core  9.0.0
Public Member Functions
grpc_core::LocalSubchannelPool Class Referencefinal

#include <local_subchannel_pool.h>

Public Member Functions

 LocalSubchannelPool ()
 
 ~LocalSubchannelPool () override
 
SubchannelRegisterSubchannel (SubchannelKey *key, Subchannel *constructed) override
 
void UnregisterSubchannel (SubchannelKey *key) override
 
SubchannelFindSubchannel (SubchannelKey *key) override
 
- Public Member Functions inherited from grpc_core::SubchannelPoolInterface
 SubchannelPoolInterface ()
 
virtual ~SubchannelPoolInterface ()
 
- 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
 

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 (TraceFlagT *trace_flag=nullptr, intptr_t initial_refcount=1)
 

Constructor & Destructor Documentation

◆ LocalSubchannelPool()

grpc_core::LocalSubchannelPool::LocalSubchannelPool ( )

◆ ~LocalSubchannelPool()

grpc_core::LocalSubchannelPool::~LocalSubchannelPool ( )
override

Member Function Documentation

◆ FindSubchannel()

Subchannel * grpc_core::LocalSubchannelPool::FindSubchannel ( SubchannelKey key)
overridevirtual

◆ RegisterSubchannel()

Subchannel * grpc_core::LocalSubchannelPool::RegisterSubchannel ( SubchannelKey key,
Subchannel constructed 
)
overridevirtual

◆ UnregisterSubchannel()

void grpc_core::LocalSubchannelPool::UnregisterSubchannel ( SubchannelKey key)
overridevirtual

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