Uses of Class
io.envoyproxy.envoy.config.endpoint.v3.ClusterLoadAssignment.Builder
Packages that use ClusterLoadAssignment.Builder
-
Uses of ClusterLoadAssignment.Builder in io.envoyproxy.envoy.config.cluster.v3
Fields in io.envoyproxy.envoy.config.cluster.v3 with type parameters of type ClusterLoadAssignment.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<ClusterLoadAssignment, ClusterLoadAssignment.Builder, ClusterLoadAssignmentOrBuilder> Cluster.Builder.loadAssignmentBuilder_
Methods in io.envoyproxy.envoy.config.cluster.v3 that return ClusterLoadAssignment.BuilderModifier and TypeMethodDescriptionCluster.Builder.getLoadAssignmentBuilder()
Setting this is required for specifying members of :ref:`STATIC<envoy_v3_api_enum_value_config.cluster.v3.Cluster.DiscoveryType.STATIC>`, :ref:`STRICT_DNS<envoy_v3_api_enum_value_config.cluster.v3.Cluster.DiscoveryType.STRICT_DNS>` or :ref:`LOGICAL_DNS<envoy_v3_api_enum_value_config.cluster.v3.Cluster.DiscoveryType.LOGICAL_DNS>` clusters.Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type ClusterLoadAssignment.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<ClusterLoadAssignment, ClusterLoadAssignment.Builder, ClusterLoadAssignmentOrBuilder> Cluster.Builder.internalGetLoadAssignmentFieldBuilder()
Setting this is required for specifying members of :ref:`STATIC<envoy_v3_api_enum_value_config.cluster.v3.Cluster.DiscoveryType.STATIC>`, :ref:`STRICT_DNS<envoy_v3_api_enum_value_config.cluster.v3.Cluster.DiscoveryType.STRICT_DNS>` or :ref:`LOGICAL_DNS<envoy_v3_api_enum_value_config.cluster.v3.Cluster.DiscoveryType.LOGICAL_DNS>` clusters.Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type ClusterLoadAssignment.BuilderModifier and TypeMethodDescriptionCluster.Builder.setLoadAssignment
(ClusterLoadAssignment.Builder builderForValue) Setting this is required for specifying members of :ref:`STATIC<envoy_v3_api_enum_value_config.cluster.v3.Cluster.DiscoveryType.STATIC>`, :ref:`STRICT_DNS<envoy_v3_api_enum_value_config.cluster.v3.Cluster.DiscoveryType.STRICT_DNS>` or :ref:`LOGICAL_DNS<envoy_v3_api_enum_value_config.cluster.v3.Cluster.DiscoveryType.LOGICAL_DNS>` clusters. -
Uses of ClusterLoadAssignment.Builder in io.envoyproxy.envoy.config.endpoint.v3
Methods in io.envoyproxy.envoy.config.endpoint.v3 that return ClusterLoadAssignment.BuilderModifier and TypeMethodDescriptionClusterLoadAssignment.Builder.addAllEndpoints
(Iterable<? extends LocalityLbEndpoints> values) List of endpoints to load balance to.ClusterLoadAssignment.Builder.addEndpoints
(int index, LocalityLbEndpoints value) List of endpoints to load balance to.ClusterLoadAssignment.Builder.addEndpoints
(int index, LocalityLbEndpoints.Builder builderForValue) List of endpoints to load balance to.ClusterLoadAssignment.Builder.addEndpoints
(LocalityLbEndpoints value) List of endpoints to load balance to.ClusterLoadAssignment.Builder.addEndpoints
(LocalityLbEndpoints.Builder builderForValue) List of endpoints to load balance to.ClusterLoadAssignment.Builder.clear()
ClusterLoadAssignment.Builder.clearClusterName()
Name of the cluster.ClusterLoadAssignment.Builder.clearEndpoints()
List of endpoints to load balance to.ClusterLoadAssignment.Builder.clearNamedEndpoints()
ClusterLoadAssignment.Builder.clearPolicy()
Load balancing policy settings.ClusterLoadAssignment.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ClusterLoadAssignment.Builder.mergeFrom
(com.google.protobuf.Message other) ClusterLoadAssignment.Builder.mergeFrom
(ClusterLoadAssignment other) ClusterLoadAssignment.Builder.mergePolicy
(ClusterLoadAssignment.Policy value) Load balancing policy settings.ClusterLoadAssignment.newBuilder()
ClusterLoadAssignment.newBuilder
(ClusterLoadAssignment prototype) ClusterLoadAssignment.newBuilderForType()
protected ClusterLoadAssignment.Builder
ClusterLoadAssignment.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) ClusterLoadAssignment.Builder.putAllNamedEndpoints
(Map<String, Endpoint> values) Map of named endpoints that can be referenced in LocalityLbEndpoints.ClusterLoadAssignment.Builder.putNamedEndpoints
(String key, Endpoint value) Map of named endpoints that can be referenced in LocalityLbEndpoints.ClusterLoadAssignment.Builder.removeEndpoints
(int index) List of endpoints to load balance to.ClusterLoadAssignment.Builder.removeNamedEndpoints
(String key) Map of named endpoints that can be referenced in LocalityLbEndpoints.ClusterLoadAssignment.Builder.setClusterName
(String value) Name of the cluster.ClusterLoadAssignment.Builder.setClusterNameBytes
(com.google.protobuf.ByteString value) Name of the cluster.ClusterLoadAssignment.Builder.setEndpoints
(int index, LocalityLbEndpoints value) List of endpoints to load balance to.ClusterLoadAssignment.Builder.setEndpoints
(int index, LocalityLbEndpoints.Builder builderForValue) List of endpoints to load balance to.ClusterLoadAssignment.Builder.setPolicy
(ClusterLoadAssignment.Policy value) Load balancing policy settings.ClusterLoadAssignment.Builder.setPolicy
(ClusterLoadAssignment.Policy.Builder builderForValue) Load balancing policy settings.ClusterLoadAssignment.toBuilder()