Uses of Class
io.envoyproxy.envoy.config.endpoint.v3.ClusterStats
Packages that use ClusterStats
Package
Description
-
Uses of ClusterStats in io.envoyproxy.envoy.config.endpoint.v3
Fields in io.envoyproxy.envoy.config.endpoint.v3 declared as ClusterStatsFields in io.envoyproxy.envoy.config.endpoint.v3 with type parameters of type ClusterStatsModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Parser
<ClusterStats> ClusterStats.PARSER
Methods in io.envoyproxy.envoy.config.endpoint.v3 that return ClusterStatsModifier and TypeMethodDescriptionClusterStats.Builder.build()
ClusterStats.Builder.buildPartial()
static ClusterStats
ClusterStats.getDefaultInstance()
ClusterStats.Builder.getDefaultInstanceForType()
ClusterStats.getDefaultInstanceForType()
static ClusterStats
ClusterStats.parseDelimitedFrom
(InputStream input) static ClusterStats
ClusterStats.parseDelimitedFrom
(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
(InputStream input) static ClusterStats
ClusterStats.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ClusterStats
ClusterStats.parseFrom
(ByteBuffer data) static ClusterStats
ClusterStats.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.endpoint.v3 that return types with arguments of type ClusterStatsModifier and TypeMethodDescriptioncom.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 ClusterStatsModifier and TypeMethodDescriptionprivate void
ClusterStats.Builder.buildPartial0
(ClusterStats result) private void
ClusterStats.Builder.buildPartialRepeatedFields
(ClusterStats result) 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 ClusterStatsModifier and TypeFieldDescriptionprivate List
<ClusterStats> LoadStatsRequest.Builder.clusterStats_
private 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 ClusterStatsModifier and TypeMethodDescriptionLoadStatsRequest.Builder.getClusterStats
(int index) A list of load stats to report.LoadStatsRequest.getClusterStats
(int index) A list of load stats to report.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 ClusterStatsModifier and TypeMethodDescriptionLoadStatsRequest.Builder.getClusterStatsList()
A list of load stats to report.LoadStatsRequest.getClusterStatsList()
A list of load stats to report.LoadStatsRequestOrBuilder.getClusterStatsList()
A list of load stats to report.private com.google.protobuf.RepeatedFieldBuilder
<ClusterStats, ClusterStats.Builder, ClusterStatsOrBuilder> LoadStatsRequest.Builder.internalGetClusterStatsFieldBuilder()
Methods in io.envoyproxy.envoy.service.load_stats.v3 with parameters of type ClusterStatsModifier and TypeMethodDescriptionLoadStatsRequest.Builder.addClusterStats
(int index, ClusterStats value) A list of load stats to report.LoadStatsRequest.Builder.addClusterStats
(ClusterStats value) A list of load stats to report.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 ClusterStatsModifier and TypeMethodDescriptionLoadStatsRequest.Builder.addAllClusterStats
(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 ClusterStatsModifier and TypeMethodDescriptionprivate ClusterStats
LoadReportClient.LrsStream.buildClusterStats
(Stats.ClusterStats stats)