#include <xds_endpoint.h>
Classes | |
| class | DropConfig |
| struct | Priority |
Public Types | |
| using | PriorityList = std::vector< Priority > |
Public Member Functions | |
| bool | operator== (const XdsEndpointResource &other) const |
| std::string | ToString () const |
Public Attributes | |
| RefCountedPtr< DropConfig > | drop_config |
| PriorityList | priorities |
Definition at line 45 of file xds_endpoint.h.
| using grpc_core::XdsEndpointResource::PriorityList = std::vector<Priority> |
Definition at line 65 of file xds_endpoint.h.
|
inline |
Definition at line 116 of file xds_endpoint.h.
| std::string grpc_core::XdsEndpointResource::ToString | ( | ) | const |
Definition at line 111 of file xds_endpoint.cc.
| RefCountedPtr<DropConfig> grpc_core::XdsEndpointResource::drop_config |
Definition at line 114 of file xds_endpoint.h.
| PriorityList grpc_core::XdsEndpointResource::priorities |
Definition at line 113 of file xds_endpoint.h.