Uses of Class
io.envoyproxy.envoy.config.cluster.v3.Cluster.PreconnectPolicy.Builder
Packages that use Cluster.PreconnectPolicy.Builder
-
Uses of Cluster.PreconnectPolicy.Builder in io.envoyproxy.envoy.config.cluster.v3
Fields in io.envoyproxy.envoy.config.cluster.v3 with type parameters of type Cluster.PreconnectPolicy.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Cluster.PreconnectPolicy, Cluster.PreconnectPolicy.Builder, Cluster.PreconnectPolicyOrBuilder> Cluster.Builder.preconnectPolicyBuilder_
Methods in io.envoyproxy.envoy.config.cluster.v3 that return Cluster.PreconnectPolicy.BuilderModifier and TypeMethodDescriptionCluster.PreconnectPolicy.Builder.clear()
Cluster.PreconnectPolicy.Builder.clearPerUpstreamPreconnectRatio()
Indicates how many streams (rounded up) can be anticipated per-upstream for each incoming stream.Cluster.PreconnectPolicy.Builder.clearPredictivePreconnectRatio()
Indicates how many streams (rounded up) can be anticipated across a cluster for each stream, useful for low QPS services.Cluster.Builder.getPreconnectPolicyBuilder()
Preconnect configuration for this cluster.Cluster.PreconnectPolicy.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Cluster.PreconnectPolicy.Builder.mergeFrom
(com.google.protobuf.Message other) Cluster.PreconnectPolicy.Builder.mergeFrom
(Cluster.PreconnectPolicy other) Cluster.PreconnectPolicy.Builder.mergePerUpstreamPreconnectRatio
(com.google.protobuf.DoubleValue value) Indicates how many streams (rounded up) can be anticipated per-upstream for each incoming stream.Cluster.PreconnectPolicy.Builder.mergePredictivePreconnectRatio
(com.google.protobuf.DoubleValue value) Indicates how many streams (rounded up) can be anticipated across a cluster for each stream, useful for low QPS services.Cluster.PreconnectPolicy.newBuilder()
Cluster.PreconnectPolicy.newBuilder
(Cluster.PreconnectPolicy prototype) Cluster.PreconnectPolicy.newBuilderForType()
protected Cluster.PreconnectPolicy.Builder
Cluster.PreconnectPolicy.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) Cluster.PreconnectPolicy.Builder.setPerUpstreamPreconnectRatio
(com.google.protobuf.DoubleValue value) Indicates how many streams (rounded up) can be anticipated per-upstream for each incoming stream.Cluster.PreconnectPolicy.Builder.setPerUpstreamPreconnectRatio
(com.google.protobuf.DoubleValue.Builder builderForValue) Indicates how many streams (rounded up) can be anticipated per-upstream for each incoming stream.Cluster.PreconnectPolicy.Builder.setPredictivePreconnectRatio
(com.google.protobuf.DoubleValue value) Indicates how many streams (rounded up) can be anticipated across a cluster for each stream, useful for low QPS services.Cluster.PreconnectPolicy.Builder.setPredictivePreconnectRatio
(com.google.protobuf.DoubleValue.Builder builderForValue) Indicates how many streams (rounded up) can be anticipated across a cluster for each stream, useful for low QPS services.Cluster.PreconnectPolicy.toBuilder()
Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type Cluster.PreconnectPolicy.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Cluster.PreconnectPolicy, Cluster.PreconnectPolicy.Builder, Cluster.PreconnectPolicyOrBuilder> Cluster.Builder.getPreconnectPolicyFieldBuilder()
Preconnect configuration for this cluster.Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type Cluster.PreconnectPolicy.BuilderModifier and TypeMethodDescriptionCluster.Builder.setPreconnectPolicy
(Cluster.PreconnectPolicy.Builder builderForValue) Preconnect configuration for this cluster.