Uses of Class
io.grpc.xds.client.Bootstrapper.AuthorityInfo
-
Packages that use Bootstrapper.AuthorityInfo Package Description io.grpc.xds.client -
-
Uses of Bootstrapper.AuthorityInfo in io.grpc.xds.client
Subclasses of Bootstrapper.AuthorityInfo in io.grpc.xds.client Modifier and Type Class Description (package private) classAutoValue_Bootstrapper_AuthorityInfoFields in io.grpc.xds.client with type parameters of type Bootstrapper.AuthorityInfo Modifier and Type Field Description private com.google.common.collect.ImmutableMap<java.lang.String,Bootstrapper.AuthorityInfo>AutoValue_Bootstrapper_BootstrapInfo. authoritiesprivate com.google.common.collect.ImmutableMap<java.lang.String,Bootstrapper.AuthorityInfo>AutoValue_Bootstrapper_BootstrapInfo.Builder. authoritiesMethods in io.grpc.xds.client that return Bootstrapper.AuthorityInfo Modifier and Type Method Description static Bootstrapper.AuthorityInfoBootstrapper.AuthorityInfo. create(java.lang.String clientListenerResourceNameTemplate, java.util.List<Bootstrapper.ServerInfo> xdsServers)Methods in io.grpc.xds.client that return types with arguments of type Bootstrapper.AuthorityInfo Modifier and Type Method Description com.google.common.collect.ImmutableMap<java.lang.String,Bootstrapper.AuthorityInfo>AutoValue_Bootstrapper_BootstrapInfo. authorities()abstract com.google.common.collect.ImmutableMap<java.lang.String,Bootstrapper.AuthorityInfo>Bootstrapper.BootstrapInfo. authorities()A map of authority name to corresponding configuration.Method parameters in io.grpc.xds.client with type arguments of type Bootstrapper.AuthorityInfo Modifier and Type Method Description Bootstrapper.BootstrapInfo.BuilderAutoValue_Bootstrapper_BootstrapInfo.Builder. authorities(java.util.Map<java.lang.String,Bootstrapper.AuthorityInfo> authorities)abstract Bootstrapper.BootstrapInfo.BuilderBootstrapper.BootstrapInfo.Builder. authorities(java.util.Map<java.lang.String,Bootstrapper.AuthorityInfo> authorities)
-