GRPC Core  9.0.0
Namespaces | Typedefs | Functions
target_authority_table.h File Reference
#include <grpc/support/port_platform.h>
#include "src/core/lib/slice/slice_hash_table.h"

Go to the source code of this file.

Namespaces

 grpc_core
 Round Robin Policy.
 

Typedefs

typedef SliceHashTable< grpc_core::UniquePtr< char > > grpc_core::TargetAuthorityTable
 A hash table mapping target addresses to authorities. More...
 

Functions

grpc_arg grpc_core::CreateTargetAuthorityTableChannelArg (TargetAuthorityTable *table)
 Returns a channel argument containing table. More...
 
TargetAuthorityTable * grpc_core::FindTargetAuthorityTableInArgs (const grpc_channel_args *args)
 Returns the target authority table from args or nullptr. More...