Uses of Class
io.grpc.benchmarks.proto.Stats.ClientStats
-
Packages that use Stats.ClientStats Package Description io.grpc.benchmarks.proto -
-
Uses of Stats.ClientStats in io.grpc.benchmarks.proto
Methods in io.grpc.benchmarks.proto that return Stats.ClientStats Modifier and Type Method Description Stats.ClientStatsStats.ClientStats.Builder. build()Stats.ClientStatsStats.ClientStats.Builder. buildPartial()Stats.ClientStatsControl.ScenarioResult.Builder. getClientStats(int index)Client stats for each clientStats.ClientStatsControl.ScenarioResult. getClientStats(int index)Client stats for each clientStats.ClientStatsControl.ScenarioResultOrBuilder. getClientStats(int index)Client stats for each clientstatic Stats.ClientStatsStats.ClientStats. getDefaultInstance()Stats.ClientStatsStats.ClientStats.Builder. getDefaultInstanceForType()Stats.ClientStatsStats.ClientStats. getDefaultInstanceForType()Stats.ClientStatsControl.ClientStatus.Builder. getStats().grpc.testing.ClientStats stats = 1;Stats.ClientStatsControl.ClientStatus. getStats().grpc.testing.ClientStats stats = 1;Stats.ClientStatsControl.ClientStatusOrBuilder. getStats().grpc.testing.ClientStats stats = 1;static Stats.ClientStatsStats.ClientStats. parseDelimitedFrom(java.io.InputStream input)static Stats.ClientStatsStats.ClientStats. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Stats.ClientStatsStats.ClientStats. parseFrom(byte[] data)static Stats.ClientStatsStats.ClientStats. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Stats.ClientStatsStats.ClientStats. parseFrom(com.google.protobuf.ByteString data)static Stats.ClientStatsStats.ClientStats. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Stats.ClientStatsStats.ClientStats. parseFrom(com.google.protobuf.CodedInputStream input)static Stats.ClientStatsStats.ClientStats. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Stats.ClientStatsStats.ClientStats. parseFrom(java.io.InputStream input)static Stats.ClientStatsStats.ClientStats. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Stats.ClientStatsStats.ClientStats. parseFrom(java.nio.ByteBuffer data)static Stats.ClientStatsStats.ClientStats. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.grpc.benchmarks.proto that return types with arguments of type Stats.ClientStats Modifier and Type Method Description java.util.List<Stats.ClientStats>Control.ScenarioResult.Builder. getClientStatsList()Client stats for each clientjava.util.List<Stats.ClientStats>Control.ScenarioResult. getClientStatsList()Client stats for each clientjava.util.List<Stats.ClientStats>Control.ScenarioResultOrBuilder. getClientStatsList()Client stats for each clientcom.google.protobuf.Parser<Stats.ClientStats>Stats.ClientStats. getParserForType()static com.google.protobuf.Parser<Stats.ClientStats>Stats.ClientStats. parser()Methods in io.grpc.benchmarks.proto with parameters of type Stats.ClientStats Modifier and Type Method Description Control.ScenarioResult.BuilderControl.ScenarioResult.Builder. addClientStats(int index, Stats.ClientStats value)Client stats for each clientControl.ScenarioResult.BuilderControl.ScenarioResult.Builder. addClientStats(Stats.ClientStats value)Client stats for each clientStats.ClientStats.BuilderStats.ClientStats.Builder. mergeFrom(Stats.ClientStats other)Control.ClientStatus.BuilderControl.ClientStatus.Builder. mergeStats(Stats.ClientStats value).grpc.testing.ClientStats stats = 1;static Stats.ClientStats.BuilderStats.ClientStats. newBuilder(Stats.ClientStats prototype)Control.ScenarioResult.BuilderControl.ScenarioResult.Builder. setClientStats(int index, Stats.ClientStats value)Client stats for each clientControl.ClientStatus.BuilderControl.ClientStatus.Builder. setStats(Stats.ClientStats value).grpc.testing.ClientStats stats = 1;Method parameters in io.grpc.benchmarks.proto with type arguments of type Stats.ClientStats Modifier and Type Method Description Control.ScenarioResult.BuilderControl.ScenarioResult.Builder. addAllClientStats(java.lang.Iterable<? extends Stats.ClientStats> values)Client stats for each client
-