Package io.grpc.xds
Class ClusterImplLoadBalancerProvider.ClusterImplConfig
java.lang.Object
io.grpc.xds.ClusterImplLoadBalancerProvider.ClusterImplConfig
- Enclosing class:
ClusterImplLoadBalancerProvider
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final Object
(package private) final String
(package private) final List
<Endpoints.DropOverload> (package private) final String
(package private) final Bootstrapper.ServerInfo
(package private) final Long
(package private) final EnvoyServerProtoData.UpstreamTlsContext
-
Constructor Summary
ConstructorsConstructorDescriptionClusterImplConfig
(String cluster, String edsServiceName, Bootstrapper.ServerInfo lrsServerInfo, Long maxConcurrentRequests, List<Endpoints.DropOverload> dropCategories, Object childConfig, EnvoyServerProtoData.UpstreamTlsContext tlsContext, Map<String, com.google.protobuf.Struct> filterMetadata) -
Method Summary
-
Field Details
-
cluster
-
edsServiceName
-
lrsServerInfo
-
maxConcurrentRequests
-
tlsContext
-
dropCategories
-
childConfig
-
filterMetadata
-
-
Constructor Details
-
ClusterImplConfig
ClusterImplConfig(String cluster, @Nullable String edsServiceName, @Nullable Bootstrapper.ServerInfo lrsServerInfo, @Nullable Long maxConcurrentRequests, List<Endpoints.DropOverload> dropCategories, Object childConfig, @Nullable EnvoyServerProtoData.UpstreamTlsContext tlsContext, Map<String, com.google.protobuf.Struct> filterMetadata)
-
-
Method Details