Uses of Class
io.envoyproxy.envoy.config.route.v3.WeightedCluster.ClusterWeight
-
Packages that use WeightedCluster.ClusterWeight Package Description io.envoyproxy.envoy.config.route.v3 io.grpc.xds Library for gPRC proxyless service mesh using Envoy xDS protocol. -
-
Uses of WeightedCluster.ClusterWeight in io.envoyproxy.envoy.config.route.v3
Fields in io.envoyproxy.envoy.config.route.v3 declared as WeightedCluster.ClusterWeight Modifier and Type Field Description private static WeightedCluster.ClusterWeightWeightedCluster.ClusterWeight. DEFAULT_INSTANCEFields in io.envoyproxy.envoy.config.route.v3 with type parameters of type WeightedCluster.ClusterWeight Modifier and Type Field Description private java.util.List<WeightedCluster.ClusterWeight>WeightedCluster.Builder. clusters_private java.util.List<WeightedCluster.ClusterWeight>WeightedCluster. clusters_private com.google.protobuf.RepeatedFieldBuilder<WeightedCluster.ClusterWeight,WeightedCluster.ClusterWeight.Builder,WeightedCluster.ClusterWeightOrBuilder>WeightedCluster.Builder. clustersBuilder_private static com.google.protobuf.Parser<WeightedCluster.ClusterWeight>WeightedCluster.ClusterWeight. PARSERMethods in io.envoyproxy.envoy.config.route.v3 that return WeightedCluster.ClusterWeight Modifier and Type Method Description WeightedCluster.ClusterWeightWeightedCluster.ClusterWeight.Builder. build()WeightedCluster.ClusterWeightWeightedCluster.ClusterWeight.Builder. buildPartial()WeightedCluster.ClusterWeightWeightedCluster.Builder. getClusters(int index)Specifies one or more upstream clusters associated with the route.WeightedCluster.ClusterWeightWeightedCluster. getClusters(int index)Specifies one or more upstream clusters associated with the route.WeightedCluster.ClusterWeightWeightedClusterOrBuilder. getClusters(int index)Specifies one or more upstream clusters associated with the route.static WeightedCluster.ClusterWeightWeightedCluster.ClusterWeight. getDefaultInstance()WeightedCluster.ClusterWeightWeightedCluster.ClusterWeight.Builder. getDefaultInstanceForType()WeightedCluster.ClusterWeightWeightedCluster.ClusterWeight. getDefaultInstanceForType()static WeightedCluster.ClusterWeightWeightedCluster.ClusterWeight. parseDelimitedFrom(java.io.InputStream input)static WeightedCluster.ClusterWeightWeightedCluster.ClusterWeight. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WeightedCluster.ClusterWeightWeightedCluster.ClusterWeight. parseFrom(byte[] data)static WeightedCluster.ClusterWeightWeightedCluster.ClusterWeight. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WeightedCluster.ClusterWeightWeightedCluster.ClusterWeight. parseFrom(com.google.protobuf.ByteString data)static WeightedCluster.ClusterWeightWeightedCluster.ClusterWeight. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WeightedCluster.ClusterWeightWeightedCluster.ClusterWeight. parseFrom(com.google.protobuf.CodedInputStream input)static WeightedCluster.ClusterWeightWeightedCluster.ClusterWeight. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WeightedCluster.ClusterWeightWeightedCluster.ClusterWeight. parseFrom(java.io.InputStream input)static WeightedCluster.ClusterWeightWeightedCluster.ClusterWeight. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WeightedCluster.ClusterWeightWeightedCluster.ClusterWeight. parseFrom(java.nio.ByteBuffer data)static WeightedCluster.ClusterWeightWeightedCluster.ClusterWeight. 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.ClusterWeight Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilder<WeightedCluster.ClusterWeight,WeightedCluster.ClusterWeight.Builder,WeightedCluster.ClusterWeightOrBuilder>WeightedCluster.Builder. getClustersFieldBuilder()java.util.List<WeightedCluster.ClusterWeight>WeightedCluster.Builder. getClustersList()Specifies one or more upstream clusters associated with the route.java.util.List<WeightedCluster.ClusterWeight>WeightedCluster. getClustersList()Specifies one or more upstream clusters associated with the route.java.util.List<WeightedCluster.ClusterWeight>WeightedClusterOrBuilder. getClustersList()Specifies one or more upstream clusters associated with the route.com.google.protobuf.Parser<WeightedCluster.ClusterWeight>WeightedCluster.ClusterWeight. getParserForType()static com.google.protobuf.Parser<WeightedCluster.ClusterWeight>WeightedCluster.ClusterWeight. parser()Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type WeightedCluster.ClusterWeight Modifier and Type Method Description WeightedCluster.BuilderWeightedCluster.Builder. addClusters(int index, WeightedCluster.ClusterWeight value)Specifies one or more upstream clusters associated with the route.WeightedCluster.BuilderWeightedCluster.Builder. addClusters(WeightedCluster.ClusterWeight value)Specifies one or more upstream clusters associated with the route.private voidWeightedCluster.ClusterWeight.Builder. buildPartial0(WeightedCluster.ClusterWeight result)private voidWeightedCluster.ClusterWeight.Builder. buildPartialOneofs(WeightedCluster.ClusterWeight result)private voidWeightedCluster.ClusterWeight.Builder. buildPartialRepeatedFields(WeightedCluster.ClusterWeight result)WeightedCluster.ClusterWeight.BuilderWeightedCluster.ClusterWeight.Builder. mergeFrom(WeightedCluster.ClusterWeight other)static WeightedCluster.ClusterWeight.BuilderWeightedCluster.ClusterWeight. newBuilder(WeightedCluster.ClusterWeight prototype)WeightedCluster.BuilderWeightedCluster.Builder. setClusters(int index, WeightedCluster.ClusterWeight value)Specifies one or more upstream clusters associated with the route.Method parameters in io.envoyproxy.envoy.config.route.v3 with type arguments of type WeightedCluster.ClusterWeight Modifier and Type Method Description WeightedCluster.BuilderWeightedCluster.Builder. addAllClusters(java.lang.Iterable<? extends WeightedCluster.ClusterWeight> values)Specifies one or more upstream clusters associated with the route. -
Uses of WeightedCluster.ClusterWeight in io.grpc.xds
Methods in io.grpc.xds with parameters of type WeightedCluster.ClusterWeight Modifier and Type Method Description (package private) static XdsResourceType.StructOrError<VirtualHost.Route.RouteAction.ClusterWeight>XdsRouteConfigureResource. parseClusterWeight(WeightedCluster.ClusterWeight proto, FilterRegistry filterRegistry)
-