Uses of Class
io.grpc.xds.client.EnvoyProtoData.Node
-
Packages that use EnvoyProtoData.Node Package Description io.grpc.xds.client -
-
Uses of EnvoyProtoData.Node in io.grpc.xds.client
Fields in io.grpc.xds.client declared as EnvoyProtoData.Node Modifier and Type Field Description private EnvoyProtoData.Node
ControlPlaneClient. bootstrapNode
private EnvoyProtoData.Node
AutoValue_Bootstrapper_BootstrapInfo.Builder. node
private EnvoyProtoData.Node
AutoValue_Bootstrapper_BootstrapInfo. node
private EnvoyProtoData.Node
LoadReportClient. node
Methods in io.grpc.xds.client that return EnvoyProtoData.Node Modifier and Type Method Description EnvoyProtoData.Node
EnvoyProtoData.Node.Builder. build()
EnvoyProtoData.Node
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.Node Modifier and Type Method Description Bootstrapper.BootstrapInfo.Builder
AutoValue_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.Node Constructor Description AutoValue_Bootstrapper_BootstrapInfo(com.google.common.collect.ImmutableList<Bootstrapper.ServerInfo> servers, EnvoyProtoData.Node node, com.google.common.collect.ImmutableMap<java.lang.String,Bootstrapper.CertificateProviderInfo> certProviders, java.lang.String serverListenerResourceNameTemplate, java.lang.String clientDefaultListenerResourceNameTemplate, com.google.common.collect.ImmutableMap<java.lang.String,Bootstrapper.AuthorityInfo> authorities)
ControlPlaneClient(XdsTransportFactory.XdsTransport xdsTransport, Bootstrapper.ServerInfo serverInfo, EnvoyProtoData.Node bootstrapNode, XdsClient.XdsResponseHandler xdsResponseHandler, XdsClient.ResourceStore resourceStore, java.util.concurrent.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, java.util.concurrent.ScheduledExecutorService scheduledExecutorService, io.grpc.internal.BackoffPolicy.Provider backoffPolicyProvider, com.google.common.base.Supplier<com.google.common.base.Stopwatch> stopwatchSupplier)
-