GRPC Core  9.0.0
Namespaces | Macros
grpclb.h File Reference
#include <grpc/support/port_platform.h>

Go to the source code of this file.

Namespaces

 grpc_core
 Round Robin Policy.
 

Macros

#define GRPC_ARG_ADDRESS_IS_GRPCLB_LOAD_BALANCER   "grpc.address_is_grpclb_load_balancer"
 Channel arg indicating if a target corresponding to the address is grpclb loadbalancer. More...
 
#define GRPC_ARG_ADDRESS_IS_BACKEND_FROM_GRPCLB_LOAD_BALANCER   "grpc.address_is_backend_from_grpclb_load_balancer"
 Channel arg indicating if a target corresponding to the address is a backend received from a balancer. More...
 

Macro Definition Documentation

◆ GRPC_ARG_ADDRESS_IS_BACKEND_FROM_GRPCLB_LOAD_BALANCER

#define GRPC_ARG_ADDRESS_IS_BACKEND_FROM_GRPCLB_LOAD_BALANCER   "grpc.address_is_backend_from_grpclb_load_balancer"

Channel arg indicating if a target corresponding to the address is a backend received from a balancer.

The type of this arg is an integer and the value is treated as a bool.

◆ GRPC_ARG_ADDRESS_IS_GRPCLB_LOAD_BALANCER

#define GRPC_ARG_ADDRESS_IS_GRPCLB_LOAD_BALANCER   "grpc.address_is_grpclb_load_balancer"

Channel arg indicating if a target corresponding to the address is grpclb loadbalancer.

The type of this arg is an integer and the value is treated as a bool.