GRPC Core  18.0.0
Namespaces | Macros | Variables
retry_filter.cc File Reference
#include <grpc/support/port_platform.h>
#include "src/core/ext/filters/client_channel/retry_filter.h"
#include "absl/container/inlined_vector.h"
#include "absl/status/statusor.h"
#include "absl/strings/strip.h"
#include <grpc/support/log.h>
#include "src/core/ext/filters/client_channel/client_channel.h"
#include "src/core/ext/filters/client_channel/retry_service_config.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/service_config_call_data.h"
#include "src/core/lib/backoff/backoff.h"
#include "src/core/lib/channel/channel_args.h"
#include "src/core/lib/channel/channel_stack.h"
#include "src/core/lib/channel/status_util.h"
#include "src/core/lib/gprpp/manual_constructor.h"
#include "src/core/lib/iomgr/polling_entity.h"
#include "src/core/lib/slice/slice_internal.h"
#include "src/core/lib/slice/slice_string_helpers.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"
#include "src/core/lib/uri/uri_parser.h"

Namespaces

 grpc_core
 Round Robin Policy.
 

Macros

#define DEFAULT_PER_RPC_RETRY_BUFFER_SIZE   (256 << 10)
 
#define RETRY_BACKOFF_JITTER   0.2
 

Variables

const grpc_channel_filter grpc_core::kRetryFilterVtable
 

Macro Definition Documentation

◆ DEFAULT_PER_RPC_RETRY_BUFFER_SIZE

#define DEFAULT_PER_RPC_RETRY_BUFFER_SIZE   (256 << 10)

◆ RETRY_BACKOFF_JITTER

#define RETRY_BACKOFF_JITTER   0.2

Variable Documentation

◆ batch

◆ send_ops_cached

bool send_ops_cached = false