Uses of Class
io.envoyproxy.envoy.api.v2.route.WeightedCluster
-
Packages that use WeightedCluster Package Description io.envoyproxy.envoy.api.v2.route io.envoyproxy.envoy.config.filter.network.dubbo_proxy.v2alpha1 -
-
Uses of WeightedCluster in io.envoyproxy.envoy.api.v2.route
Methods in io.envoyproxy.envoy.api.v2.route that return WeightedCluster Modifier and Type Method Description WeightedClusterWeightedCluster.Builder. build()WeightedClusterWeightedCluster.Builder. buildPartial()static WeightedClusterWeightedCluster. getDefaultInstance()WeightedClusterWeightedCluster.Builder. getDefaultInstanceForType()WeightedClusterWeightedCluster. getDefaultInstanceForType()WeightedClusterRouteAction.Builder. getWeightedClusters()Multiple upstream clusters can be specified for a given route.WeightedClusterRouteAction. getWeightedClusters()Multiple upstream clusters can be specified for a given route.WeightedClusterRouteActionOrBuilder. getWeightedClusters()Multiple upstream clusters can be specified for a given route.static WeightedClusterWeightedCluster. parseDelimitedFrom(InputStream input)static WeightedClusterWeightedCluster. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WeightedClusterWeightedCluster. parseFrom(byte[] data)static WeightedClusterWeightedCluster. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WeightedClusterWeightedCluster. parseFrom(com.google.protobuf.ByteString data)static WeightedClusterWeightedCluster. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WeightedClusterWeightedCluster. parseFrom(com.google.protobuf.CodedInputStream input)static WeightedClusterWeightedCluster. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WeightedClusterWeightedCluster. parseFrom(InputStream input)static WeightedClusterWeightedCluster. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WeightedClusterWeightedCluster. parseFrom(ByteBuffer data)static WeightedClusterWeightedCluster. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.api.v2.route that return types with arguments of type WeightedCluster Modifier and Type Method Description com.google.protobuf.Parser<WeightedCluster>WeightedCluster. getParserForType()static com.google.protobuf.Parser<WeightedCluster>WeightedCluster. parser()Methods in io.envoyproxy.envoy.api.v2.route with parameters of type WeightedCluster Modifier and Type Method Description WeightedCluster.BuilderWeightedCluster.Builder. mergeFrom(WeightedCluster other)RouteAction.BuilderRouteAction.Builder. mergeWeightedClusters(WeightedCluster value)Multiple upstream clusters can be specified for a given route.static WeightedCluster.BuilderWeightedCluster. newBuilder(WeightedCluster prototype)RouteAction.BuilderRouteAction.Builder. setWeightedClusters(WeightedCluster value)Multiple upstream clusters can be specified for a given route. -
Uses of WeightedCluster in io.envoyproxy.envoy.config.filter.network.dubbo_proxy.v2alpha1
Methods in io.envoyproxy.envoy.config.filter.network.dubbo_proxy.v2alpha1 that return WeightedCluster Modifier and Type Method Description WeightedClusterRouteAction.Builder. getWeightedClusters()Multiple upstream clusters can be specified for a given route.WeightedClusterRouteAction. getWeightedClusters()Multiple upstream clusters can be specified for a given route.WeightedClusterRouteActionOrBuilder. getWeightedClusters()Multiple upstream clusters can be specified for a given route.Methods in io.envoyproxy.envoy.config.filter.network.dubbo_proxy.v2alpha1 with parameters of type WeightedCluster Modifier and Type Method Description RouteAction.BuilderRouteAction.Builder. mergeWeightedClusters(WeightedCluster value)Multiple upstream clusters can be specified for a given route.RouteAction.BuilderRouteAction.Builder. setWeightedClusters(WeightedCluster value)Multiple upstream clusters can be specified for a given route.
-