Public Member Functions | |
void | AddCallHandler (std::shared_ptr< HealthCheckServiceImpl::CallHandler > handler) |
ServingStatus | GetServingStatus () const |
void | RemoveCallHandler (const std::shared_ptr< HealthCheckServiceImpl::CallHandler > &handler) |
void | SetServingStatus (ServingStatus status) |
bool | Unused () const |
Private Attributes | |
std::set< std::shared_ptr< HealthCheckServiceImpl::CallHandler > > | call_handlers_ |
ServingStatus | status_ = NOT_FOUND |
Definition at line 257 of file default_health_check_service.h.
void grpc::DefaultHealthCheckService::ServiceData::AddCallHandler | ( | std::shared_ptr< HealthCheckServiceImpl::CallHandler > | handler | ) |
Definition at line 140 of file default_health_check_service.cc.
|
inline |
Definition at line 260 of file default_health_check_service.h.
void grpc::DefaultHealthCheckService::ServiceData::RemoveCallHandler | ( | const std::shared_ptr< HealthCheckServiceImpl::CallHandler > & | handler | ) |
Definition at line 145 of file default_health_check_service.cc.
void grpc::DefaultHealthCheckService::ServiceData::SetServingStatus | ( | ServingStatus | status | ) |
Definition at line 132 of file default_health_check_service.cc.
|
inline |
Definition at line 265 of file default_health_check_service.h.
|
private |
Definition at line 272 of file default_health_check_service.h.
|
private |
Definition at line 270 of file default_health_check_service.h.