#include <test_health_check_service_impl.h>
◆ Check()
Status grpc::testing::HealthCheckServiceImpl::Check |
( |
ServerContext * |
context, |
|
|
const health::v1::HealthCheckRequest * |
request, |
|
|
health::v1::HealthCheckResponse * |
response |
|
) |
| |
|
override |
◆ SetAll()
void grpc::testing::HealthCheckServiceImpl::SetAll |
( |
health::v1::HealthCheckResponse::ServingStatus |
status | ) |
|
◆ SetStatus()
void grpc::testing::HealthCheckServiceImpl::SetStatus |
( |
const std::string & |
service_name, |
|
|
health::v1::HealthCheckResponse::ServingStatus |
status |
|
) |
| |
◆ Shutdown()
void grpc::testing::HealthCheckServiceImpl::Shutdown |
( |
| ) |
|
◆ Watch()
Status grpc::testing::HealthCheckServiceImpl::Watch |
( |
ServerContext * |
context, |
|
|
const health::v1::HealthCheckRequest * |
request, |
|
|
ServerWriter< health::v1::HealthCheckResponse > * |
writer |
|
) |
| |
|
override |
◆ mu_
std::mutex grpc::testing::HealthCheckServiceImpl::mu_ |
|
private |
◆ shutdown_
bool grpc::testing::HealthCheckServiceImpl::shutdown_ = false |
|
private |
◆ status_map_
std::map<const std::string, health::v1::HealthCheckResponse::ServingStatus> grpc::testing::HealthCheckServiceImpl::status_map_ |
|
private |
The documentation for this class was generated from the following files: