|
GRPC Core
9.0.0
|
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... | |