|
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 |
Public Member Functions inherited from grpc_core::RefCounted< SubchannelPoolInterface > | |
| ~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 |
Public Member Functions inherited from grpc_core::PolymorphicRefCount | |
| 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 | |
Protected Member Functions inherited from grpc_core::RefCounted< SubchannelPoolInterface > | |
| RefCounted (TraceFlagT *trace_flag=nullptr, intptr_t initial_refcount=1) | |
|
inline |
|
inlinevirtual |
|
static |
|
pure virtual |
Implemented in grpc_core::LocalSubchannelPool, and grpc_core::GlobalSubchannelPool.
|
static |
|
pure virtual |
Implemented in grpc_core::LocalSubchannelPool, and grpc_core::GlobalSubchannelPool.
|
pure virtual |
Implemented in grpc_core::LocalSubchannelPool, and grpc_core::GlobalSubchannelPool.