Uses of Class
io.envoyproxy.envoy.config.endpoint.v3.ClusterStats
-
Packages that use ClusterStats Package Description io.envoyproxy.envoy.config.endpoint.v3 io.envoyproxy.envoy.service.load_stats.v3 io.grpc.xds.client -
-
Uses of ClusterStats in io.envoyproxy.envoy.config.endpoint.v3
Fields in io.envoyproxy.envoy.config.endpoint.v3 declared as ClusterStats Modifier and Type Field Description private static ClusterStats
ClusterStats. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.config.endpoint.v3 with type parameters of type ClusterStats Modifier and Type Field Description private static com.google.protobuf.Parser<ClusterStats>
ClusterStats. PARSER
Methods in io.envoyproxy.envoy.config.endpoint.v3 that return ClusterStats Modifier and Type Method Description ClusterStats
ClusterStats.Builder. build()
ClusterStats
ClusterStats.Builder. buildPartial()
static ClusterStats
ClusterStats. getDefaultInstance()
ClusterStats
ClusterStats.Builder. getDefaultInstanceForType()
ClusterStats
ClusterStats. getDefaultInstanceForType()
static ClusterStats
ClusterStats. parseDelimitedFrom(java.io.InputStream input)
static ClusterStats
ClusterStats. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClusterStats
ClusterStats. parseFrom(byte[] data)
static ClusterStats
ClusterStats. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClusterStats
ClusterStats. parseFrom(com.google.protobuf.ByteString data)
static ClusterStats
ClusterStats. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClusterStats
ClusterStats. parseFrom(com.google.protobuf.CodedInputStream input)
static ClusterStats
ClusterStats. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClusterStats
ClusterStats. parseFrom(java.io.InputStream input)
static ClusterStats
ClusterStats. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClusterStats
ClusterStats. parseFrom(java.nio.ByteBuffer data)
static ClusterStats
ClusterStats. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.config.endpoint.v3 that return types with arguments of type ClusterStats Modifier and Type Method Description com.google.protobuf.Parser<ClusterStats>
ClusterStats. getParserForType()
static com.google.protobuf.Parser<ClusterStats>
ClusterStats. parser()
Methods in io.envoyproxy.envoy.config.endpoint.v3 with parameters of type ClusterStats Modifier and Type Method Description private void
ClusterStats.Builder. buildPartial0(ClusterStats result)
private void
ClusterStats.Builder. buildPartialRepeatedFields(ClusterStats result)
ClusterStats.Builder
ClusterStats.Builder. mergeFrom(ClusterStats other)
static ClusterStats.Builder
ClusterStats. newBuilder(ClusterStats prototype)
-
Uses of ClusterStats in io.envoyproxy.envoy.service.load_stats.v3
Fields in io.envoyproxy.envoy.service.load_stats.v3 with type parameters of type ClusterStats Modifier and Type Field Description private java.util.List<ClusterStats>
LoadStatsRequest.Builder. clusterStats_
private java.util.List<ClusterStats>
LoadStatsRequest. clusterStats_
private com.google.protobuf.RepeatedFieldBuilder<ClusterStats,ClusterStats.Builder,ClusterStatsOrBuilder>
LoadStatsRequest.Builder. clusterStatsBuilder_
Methods in io.envoyproxy.envoy.service.load_stats.v3 that return ClusterStats Modifier and Type Method Description ClusterStats
LoadStatsRequest.Builder. getClusterStats(int index)
A list of load stats to report.ClusterStats
LoadStatsRequest. getClusterStats(int index)
A list of load stats to report.ClusterStats
LoadStatsRequestOrBuilder. getClusterStats(int index)
A list of load stats to report.Methods in io.envoyproxy.envoy.service.load_stats.v3 that return types with arguments of type ClusterStats Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilder<ClusterStats,ClusterStats.Builder,ClusterStatsOrBuilder>
LoadStatsRequest.Builder. getClusterStatsFieldBuilder()
java.util.List<ClusterStats>
LoadStatsRequest.Builder. getClusterStatsList()
A list of load stats to report.java.util.List<ClusterStats>
LoadStatsRequest. getClusterStatsList()
A list of load stats to report.java.util.List<ClusterStats>
LoadStatsRequestOrBuilder. getClusterStatsList()
A list of load stats to report.Methods in io.envoyproxy.envoy.service.load_stats.v3 with parameters of type ClusterStats Modifier and Type Method Description LoadStatsRequest.Builder
LoadStatsRequest.Builder. addClusterStats(int index, ClusterStats value)
A list of load stats to report.LoadStatsRequest.Builder
LoadStatsRequest.Builder. addClusterStats(ClusterStats value)
A list of load stats to report.LoadStatsRequest.Builder
LoadStatsRequest.Builder. setClusterStats(int index, ClusterStats value)
A list of load stats to report.Method parameters in io.envoyproxy.envoy.service.load_stats.v3 with type arguments of type ClusterStats Modifier and Type Method Description LoadStatsRequest.Builder
LoadStatsRequest.Builder. addAllClusterStats(java.lang.Iterable<? extends ClusterStats> values)
A list of load stats to report. -
Uses of ClusterStats in io.grpc.xds.client
Methods in io.grpc.xds.client that return ClusterStats Modifier and Type Method Description private ClusterStats
LoadReportClient.LrsStream. buildClusterStats(Stats.ClusterStats stats)
-