|
GRPC Core
18.0.0
|
#include <grpc/support/port_platform.h>#include "src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h"#include "src/core/lib/gpr/useful.h"#include "google/protobuf/duration.upb.h"#include "google/protobuf/timestamp.upb.h"#include <grpc/support/alloc.h>Namespaces | |
| grpc_core | |
| Round Robin Policy. | |
Functions | |
| grpc_slice | grpc_core::GrpcLbRequestCreate (const char *lb_service_name, upb_arena *arena) |
| grpc_slice | grpc_core::GrpcLbLoadReportRequestCreate (int64_t num_calls_started, int64_t num_calls_finished, int64_t num_calls_finished_with_client_failed_to_send, int64_t num_calls_finished_known_received, const GrpcLbClientStats::DroppedCallCounts *drop_token_counts, upb_arena *arena) |
| bool | grpc_core::GrpcLbResponseParse (const grpc_slice &serialized_response, upb_arena *arena, GrpcLbResponse *result) |