WeightedCluster.Builder |
WeightedCluster.Builder.addAllClusters(java.lang.Iterable<? extends WeightedCluster.ClusterWeight> values) |
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(int index,
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.addClusters(WeightedCluster.ClusterWeight.Builder builderForValue) |
Specifies one or more upstream clusters associated with the route.
|
WeightedCluster.Builder |
WeightedCluster.Builder.clear() |
|
WeightedCluster.Builder |
WeightedCluster.Builder.clearClusters() |
Specifies one or more upstream clusters associated with the route.
|
WeightedCluster.Builder |
WeightedCluster.Builder.clearHeaderName() |
Specifies the header name that is used to look up the random value passed in the request header.
|
WeightedCluster.Builder |
WeightedCluster.Builder.clearRandomValueSpecifier() |
|
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() |
Deprecated.
|
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) |
Deprecated.
|
static WeightedCluster.Builder |
WeightedCluster.newBuilder() |
|
static WeightedCluster.Builder |
WeightedCluster.newBuilder(WeightedCluster prototype) |
|
WeightedCluster.Builder |
WeightedCluster.newBuilderForType() |
|
protected WeightedCluster.Builder |
WeightedCluster.newBuilderForType(com.google.protobuf.AbstractMessage.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 value) |
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.setHeaderName(java.lang.String value) |
Specifies the header name that is used to look up the random value passed in the request header.
|
WeightedCluster.Builder |
WeightedCluster.Builder.setHeaderNameBytes(com.google.protobuf.ByteString value) |
Specifies the header name that is used to look up the random value passed in the request header.
|
WeightedCluster.Builder |
WeightedCluster.Builder.setRuntimeKeyPrefix(java.lang.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 value) |
Deprecated.
|
WeightedCluster.Builder |
WeightedCluster.Builder.setTotalWeight(com.google.protobuf.UInt32Value.Builder builderForValue) |
Deprecated.
|
WeightedCluster.Builder |
WeightedCluster.toBuilder() |
|