GRPC Core  9.0.0
Public Member Functions
grpc_core::LoadBalancingPolicy::Config Class Referenceabstract

Interface for configuration data used by an LB policy implementation. More...

#include <lb_policy.h>

Public Member Functions

virtual ~Config ()=default
 
virtual const char * name () const =0
 
- Public Member Functions inherited from grpc_core::RefCounted< Config >
 ~RefCounted ()=default
 
RefCountedPtr< Config > Ref () GRPC_MUST_USE_RESULT
 
RefCountedPtr< Config > 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
 
RefCountedoperator= (const RefCounted &)=delete
 
- Public Member Functions inherited from grpc_core::PolymorphicRefCount
virtual ~PolymorphicRefCount ()=default
 

Additional Inherited Members

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

Detailed Description

Interface for configuration data used by an LB policy implementation.

Individual implementations will create a subclass that adds methods to return the parameters they need.

Constructor & Destructor Documentation

◆ ~Config()

virtual grpc_core::LoadBalancingPolicy::Config::~Config ( )
virtualdefault

Member Function Documentation

◆ name()

virtual const char* grpc_core::LoadBalancingPolicy::Config::name ( ) const
pure virtual

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