Uses of Class
io.envoyproxy.envoy.config.route.v3.WeightedCluster
-
Packages that use WeightedCluster Package Description io.envoyproxy.envoy.config.route.v3 -
-
Uses of WeightedCluster in io.envoyproxy.envoy.config.route.v3
Fields in io.envoyproxy.envoy.config.route.v3 declared as WeightedCluster Modifier and Type Field Description private static WeightedCluster
WeightedCluster. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type WeightedCluster Modifier and Type Field Description private static com.google.protobuf.Parser<WeightedCluster>
WeightedCluster. PARSER
private com.google.protobuf.SingleFieldBuilder<WeightedCluster,WeightedCluster.Builder,WeightedClusterOrBuilder>
RouteAction.Builder. weightedClustersBuilder_
Methods in io.envoyproxy.envoy.config.route.v3 that return WeightedCluster Modifier and Type Method Description WeightedCluster
WeightedCluster.Builder. build()
WeightedCluster
WeightedCluster.Builder. buildPartial()
static WeightedCluster
WeightedCluster. getDefaultInstance()
WeightedCluster
WeightedCluster.Builder. getDefaultInstanceForType()
WeightedCluster
WeightedCluster. getDefaultInstanceForType()
WeightedCluster
RouteAction.Builder. getWeightedClusters()
Multiple upstream clusters can be specified for a given route.WeightedCluster
RouteAction. getWeightedClusters()
Multiple upstream clusters can be specified for a given route.WeightedCluster
RouteActionOrBuilder. getWeightedClusters()
Multiple upstream clusters can be specified for a given route.static WeightedCluster
WeightedCluster. parseDelimitedFrom(java.io.InputStream input)
static WeightedCluster
WeightedCluster. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WeightedCluster
WeightedCluster. parseFrom(byte[] data)
static WeightedCluster
WeightedCluster. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WeightedCluster
WeightedCluster. parseFrom(com.google.protobuf.ByteString data)
static WeightedCluster
WeightedCluster. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WeightedCluster
WeightedCluster. parseFrom(com.google.protobuf.CodedInputStream input)
static WeightedCluster
WeightedCluster. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WeightedCluster
WeightedCluster. parseFrom(java.io.InputStream input)
static WeightedCluster
WeightedCluster. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WeightedCluster
WeightedCluster. parseFrom(java.nio.ByteBuffer data)
static WeightedCluster
WeightedCluster. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type WeightedCluster Modifier and Type Method Description com.google.protobuf.Parser<WeightedCluster>
WeightedCluster. getParserForType()
private com.google.protobuf.SingleFieldBuilder<WeightedCluster,WeightedCluster.Builder,WeightedClusterOrBuilder>
RouteAction.Builder. getWeightedClustersFieldBuilder()
Multiple upstream clusters can be specified for a given route.static com.google.protobuf.Parser<WeightedCluster>
WeightedCluster. parser()
Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type WeightedCluster Modifier and Type Method Description private void
WeightedCluster.Builder. buildPartial0(WeightedCluster result)
private void
WeightedCluster.Builder. buildPartialOneofs(WeightedCluster result)
private void
WeightedCluster.Builder. buildPartialRepeatedFields(WeightedCluster result)
WeightedCluster.Builder
WeightedCluster.Builder. mergeFrom(WeightedCluster other)
RouteAction.Builder
RouteAction.Builder. mergeWeightedClusters(WeightedCluster value)
Multiple upstream clusters can be specified for a given route.static WeightedCluster.Builder
WeightedCluster. newBuilder(WeightedCluster prototype)
RouteAction.Builder
RouteAction.Builder. setWeightedClusters(WeightedCluster value)
Multiple upstream clusters can be specified for a given route.
-