Uses of Class
io.envoyproxy.envoy.extensions.load_balancing_policies.pick_first.v3.PickFirst.Builder
-
Packages that use PickFirst.Builder Package Description io.envoyproxy.envoy.extensions.load_balancing_policies.pick_first.v3 -
-
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.Builder Modifier and Type Method Description PickFirst.BuilderPickFirst.Builder. clear()PickFirst.BuilderPickFirst.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.BuilderPickFirst.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)PickFirst.BuilderPickFirst.Builder. mergeFrom(com.google.protobuf.Message other)PickFirst.BuilderPickFirst.Builder. mergeFrom(PickFirst other)static PickFirst.BuilderPickFirst. newBuilder()static PickFirst.BuilderPickFirst. newBuilder(PickFirst prototype)PickFirst.BuilderPickFirst. newBuilderForType()protected PickFirst.BuilderPickFirst. newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)PickFirst.BuilderPickFirst.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.BuilderPickFirst. toBuilder()
-