|
GRPC Core
18.0.0
|
#include <grpc/support/port_platform.h>#include "src/core/ext/filters/client_channel/client_channel.h"#include <inttypes.h>#include <limits.h>#include <stdbool.h>#include <stdio.h>#include <string.h>#include <set>#include "absl/strings/numbers.h"#include "absl/strings/str_cat.h"#include "absl/strings/str_join.h"#include "absl/strings/string_view.h"#include <grpc/support/alloc.h>#include <grpc/support/log.h>#include <grpc/support/string_util.h>#include <grpc/support/sync.h>#include "absl/container/inlined_vector.h"#include "absl/types/optional.h"#include "src/core/ext/filters/client_channel/backend_metric.h"#include "src/core/ext/filters/client_channel/backup_poller.h"#include "src/core/ext/filters/client_channel/config_selector.h"#include "src/core/ext/filters/client_channel/dynamic_filters.h"#include "src/core/ext/filters/client_channel/global_subchannel_pool.h"#include "src/core/ext/filters/client_channel/http_connect_handshaker.h"#include "src/core/ext/filters/client_channel/lb_policy/child_policy_handler.h"#include "src/core/ext/filters/client_channel/lb_policy_registry.h"#include "src/core/ext/filters/client_channel/local_subchannel_pool.h"#include "src/core/ext/filters/client_channel/proxy_mapper_registry.h"#include "src/core/ext/filters/client_channel/resolver_registry.h"#include "src/core/ext/filters/client_channel/resolver_result_parsing.h"#include "src/core/ext/filters/client_channel/retry_filter.h"#include "src/core/ext/filters/client_channel/service_config.h"#include "src/core/ext/filters/client_channel/service_config_call_data.h"#include "src/core/ext/filters/client_channel/subchannel.h"#include "src/core/ext/filters/deadline/deadline_filter.h"#include "src/core/lib/backoff/backoff.h"#include "src/core/lib/channel/channel_args.h"#include "src/core/lib/channel/connected_channel.h"#include "src/core/lib/channel/status_util.h"#include "src/core/lib/gprpp/sync.h"#include "src/core/lib/iomgr/iomgr.h"#include "src/core/lib/iomgr/polling_entity.h"#include "src/core/lib/iomgr/work_serializer.h"#include "src/core/lib/profiling/timers.h"#include "src/core/lib/slice/slice_internal.h"#include "src/core/lib/slice/slice_string_helpers.h"#include "src/core/lib/surface/channel.h"#include "src/core/lib/transport/connectivity_state.h"#include "src/core/lib/transport/error_utils.h"#include "src/core/lib/transport/metadata.h"#include "src/core/lib/transport/metadata_batch.h"#include "src/core/lib/transport/static_metadata.h"#include "src/core/lib/transport/status_metadata.h"Namespaces | |
| grpc_core | |
| Round Robin Policy. | |
Variables | |
| TraceFlag | grpc_core::grpc_client_channel_call_trace (false, "client_channel_call") |
| TraceFlag | grpc_core::grpc_client_channel_routing_trace (false, "client_channel_routing") |