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.Builder
PickFirst.Builder. clear()
PickFirst.Builder
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
PickFirst.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
PickFirst.Builder
PickFirst.Builder. mergeFrom(com.google.protobuf.Message other)
PickFirst.Builder
PickFirst.Builder. mergeFrom(PickFirst other)
static PickFirst.Builder
PickFirst. newBuilder()
static PickFirst.Builder
PickFirst. newBuilder(PickFirst prototype)
PickFirst.Builder
PickFirst. newBuilderForType()
protected PickFirst.Builder
PickFirst. newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
PickFirst.Builder
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.Builder
PickFirst. toBuilder()
-