Uses of Class
io.envoyproxy.envoy.api.v2.endpoint.ClusterStats
-
Packages that use ClusterStats Package Description io.envoyproxy.envoy.api.v2.endpoint io.envoyproxy.envoy.service.load_stats.v2 -
-
Uses of ClusterStats in io.envoyproxy.envoy.api.v2.endpoint
Methods in io.envoyproxy.envoy.api.v2.endpoint that return ClusterStats Modifier and Type Method Description ClusterStatsClusterStats.Builder. build()ClusterStatsClusterStats.Builder. buildPartial()static ClusterStatsClusterStats. getDefaultInstance()ClusterStatsClusterStats.Builder. getDefaultInstanceForType()ClusterStatsClusterStats. getDefaultInstanceForType()static ClusterStatsClusterStats. parseDelimitedFrom(InputStream input)static ClusterStatsClusterStats. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClusterStatsClusterStats. parseFrom(byte[] data)static ClusterStatsClusterStats. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClusterStatsClusterStats. parseFrom(com.google.protobuf.ByteString data)static ClusterStatsClusterStats. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClusterStatsClusterStats. parseFrom(com.google.protobuf.CodedInputStream input)static ClusterStatsClusterStats. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClusterStatsClusterStats. parseFrom(InputStream input)static ClusterStatsClusterStats. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClusterStatsClusterStats. parseFrom(ByteBuffer data)static ClusterStatsClusterStats. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.api.v2.endpoint 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.api.v2.endpoint with parameters of type ClusterStats Modifier and Type Method Description ClusterStats.BuilderClusterStats.Builder. mergeFrom(ClusterStats other)static ClusterStats.BuilderClusterStats. newBuilder(ClusterStats prototype) -
Uses of ClusterStats in io.envoyproxy.envoy.service.load_stats.v2
Methods in io.envoyproxy.envoy.service.load_stats.v2 that return ClusterStats Modifier and Type Method Description ClusterStatsLoadStatsRequest.Builder. getClusterStats(int index)A list of load stats to report.ClusterStatsLoadStatsRequest. getClusterStats(int index)A list of load stats to report.ClusterStatsLoadStatsRequestOrBuilder. getClusterStats(int index)A list of load stats to report.Methods in io.envoyproxy.envoy.service.load_stats.v2 that return types with arguments of type ClusterStats Modifier and Type Method Description List<ClusterStats>LoadStatsRequest.Builder. getClusterStatsList()A list of load stats to report.List<ClusterStats>LoadStatsRequest. getClusterStatsList()A list of load stats to report.List<ClusterStats>LoadStatsRequestOrBuilder. getClusterStatsList()A list of load stats to report.Methods in io.envoyproxy.envoy.service.load_stats.v2 with parameters of type ClusterStats Modifier and Type Method Description LoadStatsRequest.BuilderLoadStatsRequest.Builder. addClusterStats(int index, ClusterStats value)A list of load stats to report.LoadStatsRequest.BuilderLoadStatsRequest.Builder. addClusterStats(ClusterStats value)A list of load stats to report.LoadStatsRequest.BuilderLoadStatsRequest.Builder. setClusterStats(int index, ClusterStats value)A list of load stats to report.Method parameters in io.envoyproxy.envoy.service.load_stats.v2 with type arguments of type ClusterStats Modifier and Type Method Description LoadStatsRequest.BuilderLoadStatsRequest.Builder. addAllClusterStats(Iterable<? extends ClusterStats> values)A list of load stats to report.
-