| Package | Description |
|---|---|
| io.envoyproxy.envoy.config.route.v4alpha | |
| io.envoyproxy.envoy.extensions.filters.network.dubbo_proxy.v4alpha |
| Modifier and Type | Method and Description |
|---|---|
WeightedCluster.Builder |
WeightedCluster.Builder.addAllClusters(Iterable<? extends WeightedCluster.ClusterWeight> values)
Specifies one or more upstream clusters associated with the route.
|
WeightedCluster.Builder |
WeightedCluster.Builder.addClusters(int index,
WeightedCluster.ClusterWeight.Builder builderForValue)
Specifies one or more upstream clusters associated with the route.
|
WeightedCluster.Builder |
WeightedCluster.Builder.addClusters(int index,
WeightedCluster.ClusterWeight value)
Specifies one or more upstream clusters associated with the route.
|
WeightedCluster.Builder |
WeightedCluster.Builder.addClusters(WeightedCluster.ClusterWeight.Builder builderForValue)
Specifies one or more upstream clusters associated with the route.
|
WeightedCluster.Builder |
WeightedCluster.Builder.addClusters(WeightedCluster.ClusterWeight value)
Specifies one or more upstream clusters associated with the route.
|
WeightedCluster.Builder |
WeightedCluster.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
WeightedCluster.Builder |
WeightedCluster.Builder.clear() |
WeightedCluster.Builder |
WeightedCluster.Builder.clearClusters()
Specifies one or more upstream clusters associated with the route.
|
WeightedCluster.Builder |
WeightedCluster.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
WeightedCluster.Builder |
WeightedCluster.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
WeightedCluster.Builder |
WeightedCluster.Builder.clearRuntimeKeyPrefix()
Specifies the runtime key prefix that should be used to construct the
runtime keys associated with each cluster.
|
WeightedCluster.Builder |
WeightedCluster.Builder.clearTotalWeight()
Specifies the total weight across all clusters.
|
WeightedCluster.Builder |
WeightedCluster.Builder.clone() |
WeightedCluster.Builder |
RouteAction.Builder.getWeightedClustersBuilder()
Multiple upstream clusters can be specified for a given route.
|
WeightedCluster.Builder |
WeightedCluster.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
WeightedCluster.Builder |
WeightedCluster.Builder.mergeFrom(com.google.protobuf.Message other) |
WeightedCluster.Builder |
WeightedCluster.Builder.mergeFrom(WeightedCluster other) |
WeightedCluster.Builder |
WeightedCluster.Builder.mergeTotalWeight(com.google.protobuf.UInt32Value value)
Specifies the total weight across all clusters.
|
WeightedCluster.Builder |
WeightedCluster.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static WeightedCluster.Builder |
WeightedCluster.newBuilder() |
static WeightedCluster.Builder |
WeightedCluster.newBuilder(WeightedCluster prototype) |
WeightedCluster.Builder |
WeightedCluster.newBuilderForType() |
protected WeightedCluster.Builder |
WeightedCluster.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
WeightedCluster.Builder |
WeightedCluster.Builder.removeClusters(int index)
Specifies one or more upstream clusters associated with the route.
|
WeightedCluster.Builder |
WeightedCluster.Builder.setClusters(int index,
WeightedCluster.ClusterWeight.Builder builderForValue)
Specifies one or more upstream clusters associated with the route.
|
WeightedCluster.Builder |
WeightedCluster.Builder.setClusters(int index,
WeightedCluster.ClusterWeight value)
Specifies one or more upstream clusters associated with the route.
|
WeightedCluster.Builder |
WeightedCluster.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
WeightedCluster.Builder |
WeightedCluster.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
WeightedCluster.Builder |
WeightedCluster.Builder.setRuntimeKeyPrefix(String value)
Specifies the runtime key prefix that should be used to construct the
runtime keys associated with each cluster.
|
WeightedCluster.Builder |
WeightedCluster.Builder.setRuntimeKeyPrefixBytes(com.google.protobuf.ByteString value)
Specifies the runtime key prefix that should be used to construct the
runtime keys associated with each cluster.
|
WeightedCluster.Builder |
WeightedCluster.Builder.setTotalWeight(com.google.protobuf.UInt32Value.Builder builderForValue)
Specifies the total weight across all clusters.
|
WeightedCluster.Builder |
WeightedCluster.Builder.setTotalWeight(com.google.protobuf.UInt32Value value)
Specifies the total weight across all clusters.
|
WeightedCluster.Builder |
WeightedCluster.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
WeightedCluster.Builder |
WeightedCluster.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
RouteAction.Builder |
RouteAction.Builder.setWeightedClusters(WeightedCluster.Builder builderForValue)
Multiple upstream clusters can be specified for a given route.
|
| Modifier and Type | Method and Description |
|---|---|
WeightedCluster.Builder |
RouteAction.Builder.getWeightedClustersBuilder()
Multiple upstream clusters can be specified for a given route.
|
| Modifier and Type | Method and Description |
|---|---|
RouteAction.Builder |
RouteAction.Builder.setWeightedClusters(WeightedCluster.Builder builderForValue)
Multiple upstream clusters can be specified for a given route.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.