Uses of Class
io.envoyproxy.envoy.extensions.load_balancing_policies.pick_first.v3.PickFirst.Builder
Packages that use PickFirst.Builder
-
Uses of PickFirst.Builder in io.envoyproxy.envoy.extensions.load_balancing_policies.pick_first.v3
Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.pick_first.v3 that return PickFirst.BuilderModifier and TypeMethodDescriptionPickFirst.Builder.clear()
PickFirst.Builder.clearShuffleAddressList()
If set to true, instructs the LB policy to shuffle the list of addresses received from the name resolver before attempting to connect to them.PickFirst.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PickFirst.Builder.mergeFrom
(com.google.protobuf.Message other) static PickFirst.Builder
PickFirst.newBuilder()
static PickFirst.Builder
PickFirst.newBuilder
(PickFirst prototype) PickFirst.newBuilderForType()
protected PickFirst.Builder
PickFirst.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) PickFirst.Builder.setShuffleAddressList
(boolean value) If set to true, instructs the LB policy to shuffle the list of addresses received from the name resolver before attempting to connect to them.PickFirst.toBuilder()