GRPC C++
1.39.1
|
#include <grpc/support/port_platform.h>
#include <map>
#include <memory>
#include <set>
#include <string>
#include "absl/status/status.h"
#include "absl/types/optional.h"
#include <grpc/support/log.h>
#include "src/core/ext/filters/client_channel/client_channel_factory.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/lb_policy.h"
#include "src/core/ext/filters/client_channel/resolver.h"
#include "src/core/ext/filters/client_channel/resolver_result_parsing.h"
#include "src/core/ext/filters/client_channel/retry_throttle.h"
#include "src/core/ext/filters/client_channel/service_config.h"
#include "src/core/ext/filters/client_channel/subchannel.h"
#include "src/core/ext/filters/client_channel/subchannel_pool_interface.h"
#include "src/core/lib/gprpp/sync.h"
#include "src/core/lib/iomgr/error.h"
#include "src/core/lib/iomgr/polling_entity.h"
#include "src/core/lib/iomgr/work_serializer.h"
#include "src/core/lib/surface/channel.h"
#include "src/core/lib/transport/connectivity_state.h"
Go to the source code of this file.
Data Structures | |
class | grpc_core::ClientChannel |
class | grpc_core::ClientChannel::LoadBalancedCall |
Namespaces | |
grpc_core | |
Round Robin Policy. | |
Macros | |
#define | GRPC_ARG_SERVER_URI "grpc.server_uri" |
#define | GRPC_ARG_CLIENT_CHANNEL "grpc.internal.client_channel" |
#define | GRPC_ARG_SERVICE_CONFIG_OBJ "grpc.internal.service_config_obj" |
#define | MAX_PENDING_BATCHES 6 |
#define GRPC_ARG_CLIENT_CHANNEL "grpc.internal.client_channel" |
#define GRPC_ARG_SERVER_URI "grpc.server_uri" |
#define GRPC_ARG_SERVICE_CONFIG_OBJ "grpc.internal.service_config_obj" |
#define MAX_PENDING_BATCHES 6 |