GRPC Core  18.0.0
Data Structures | Public Member Functions | Data Fields
grpc_core::XdsClient::ChannelState::AdsCallState Class Reference

Public Member Functions

 AdsCallState (RefCountedPtr< RetryableCall< AdsCallState >> parent)
 
 ~AdsCallState () override
 
void Orphan () override
 
RetryableCall< AdsCallState > * parent () const
 
ChannelState * chand () const
 
XdsClientxds_client () const
 
bool seen_response () const
 
- Public Member Functions inherited from grpc_core::InternallyRefCounted< AdsCallState >
 InternallyRefCounted (const InternallyRefCounted &)=delete
 
InternallyRefCountedoperator= (const InternallyRefCounted &)=delete
 
- Public Member Functions inherited from grpc_core::Orphanable
 Orphanable (const Orphanable &)=delete
 
Orphanableoperator= (const Orphanable &)=delete
 

Data Fields

void SubscribeLocked(const std::string &type_url, const std::string &name) ABSL_EXCLUSIVE_LOCKS_REQUIRED(&XdsClient void UnsubscribeLocked(const std::string &type_url, const std::string &name, bool delay_unsubscription) ABSL_EXCLUSIVE_LOCKS_REQUIRED(&XdsClient bool HasSubscribedResources () const
 

Additional Inherited Members

- Protected Member Functions inherited from grpc_core::InternallyRefCounted< AdsCallState >
 InternallyRefCounted (const char *trace=nullptr, intptr_t initial_refcount=1)
 
 ~InternallyRefCounted () override=default
 
RefCountedPtr< AdsCallState > Ref () GRPC_MUST_USE_RESULT
 
RefCountedPtr< AdsCallState > Ref (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT
 
void Unref ()
 
void Unref (const DebugLocation &location, const char *reason)
 
- Protected Member Functions inherited from grpc_core::Orphanable
 Orphanable ()
 
virtual ~Orphanable ()
 

Constructor & Destructor Documentation

◆ AdsCallState()

grpc_core::XdsClient::ChannelState::AdsCallState::AdsCallState ( RefCountedPtr< RetryableCall< AdsCallState >>  parent)
explicit

◆ ~AdsCallState()

grpc_core::XdsClient::ChannelState::AdsCallState::~AdsCallState ( )
override

Member Function Documentation

◆ chand()

ChannelState* grpc_core::XdsClient::ChannelState::AdsCallState::chand ( ) const
inline

◆ Orphan()

void grpc_core::XdsClient::ChannelState::AdsCallState::Orphan ( )
overridevirtual

Implements grpc_core::Orphanable.

◆ parent()

RetryableCall<AdsCallState>* grpc_core::XdsClient::ChannelState::AdsCallState::parent ( ) const
inline

◆ seen_response()

bool grpc_core::XdsClient::ChannelState::AdsCallState::seen_response ( ) const
inline

◆ xds_client()

XdsClient* grpc_core::XdsClient::ChannelState::AdsCallState::xds_client ( ) const
inline

Field Documentation

◆ HasSubscribedResources

bool grpc_core::XdsClient::ChannelState::AdsCallState::HasSubscribedResources

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