Uses of Class
io.grpc.xds.client.EnvoyProtoData.Node
Packages that use EnvoyProtoData.Node
-
Uses of EnvoyProtoData.Node in io.grpc.xds.client
Fields in io.grpc.xds.client declared as EnvoyProtoData.NodeModifier and TypeFieldDescriptionprivate final EnvoyProtoData.Node
ControlPlaneClient.bootstrapNode
private EnvoyProtoData.Node
AutoValue_Bootstrapper_BootstrapInfo.Builder.node
private final EnvoyProtoData.Node
AutoValue_Bootstrapper_BootstrapInfo.node
private final EnvoyProtoData.Node
LoadReportClient.node
Methods in io.grpc.xds.client that return EnvoyProtoData.NodeModifier and TypeMethodDescriptionEnvoyProtoData.Node.Builder.build()
AutoValue_Bootstrapper_BootstrapInfo.node()
abstract EnvoyProtoData.Node
Bootstrapper.BootstrapInfo.node()
Returns the node identifier to be included in xDS requests.Methods in io.grpc.xds.client with parameters of type EnvoyProtoData.NodeModifier and TypeMethodDescriptionAutoValue_Bootstrapper_BootstrapInfo.Builder.node
(EnvoyProtoData.Node node) abstract Bootstrapper.BootstrapInfo.Builder
Bootstrapper.BootstrapInfo.Builder.node
(EnvoyProtoData.Node node) Constructors in io.grpc.xds.client with parameters of type EnvoyProtoData.NodeModifierConstructorDescriptionprivate
AutoValue_Bootstrapper_BootstrapInfo
(com.google.common.collect.ImmutableList<Bootstrapper.ServerInfo> servers, EnvoyProtoData.Node node, com.google.common.collect.ImmutableMap<String, Bootstrapper.CertificateProviderInfo> certProviders, String serverListenerResourceNameTemplate, String clientDefaultListenerResourceNameTemplate, com.google.common.collect.ImmutableMap<String, Bootstrapper.AuthorityInfo> authorities) (package private)
ControlPlaneClient
(XdsTransportFactory.XdsTransport xdsTransport, Bootstrapper.ServerInfo serverInfo, EnvoyProtoData.Node bootstrapNode, XdsClient.XdsResponseHandler xdsResponseHandler, XdsClient.ResourceStore resourceStore, ScheduledExecutorService timeService, io.grpc.SynchronizationContext syncContext, io.grpc.internal.BackoffPolicy.Provider backoffPolicyProvider, com.google.common.base.Supplier<com.google.common.base.Stopwatch> stopwatchSupplier, XdsClient xdsClient, MessagePrettyPrinter messagePrinter) An entity that manages ADS RPCs over a single channel.LoadReportClient
(LoadStatsManager2 loadStatsManager, XdsTransportFactory.XdsTransport xdsTransport, EnvoyProtoData.Node node, io.grpc.SynchronizationContext syncContext, ScheduledExecutorService scheduledExecutorService, io.grpc.internal.BackoffPolicy.Provider backoffPolicyProvider, com.google.common.base.Supplier<com.google.common.base.Stopwatch> stopwatchSupplier)