Control.Scenario.Builder |
Control.Scenario.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
Control.Scenario.Builder |
Control.Scenarios.Builder.addScenariosBuilder() |
repeated .grpc.testing.Scenario scenarios = 1;
|
Control.Scenario.Builder |
Control.Scenarios.Builder.addScenariosBuilder(int index) |
repeated .grpc.testing.Scenario scenarios = 1;
|
Control.Scenario.Builder |
Control.Scenario.Builder.clear() |
|
Control.Scenario.Builder |
Control.Scenario.Builder.clearBenchmarkSeconds() |
Benchmark time, in seconds
|
Control.Scenario.Builder |
Control.Scenario.Builder.clearClientConfig() |
Client configuration
|
Control.Scenario.Builder |
Control.Scenario.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Control.Scenario.Builder |
Control.Scenario.Builder.clearName() |
Human readable name for this scenario
|
Control.Scenario.Builder |
Control.Scenario.Builder.clearNumClients() |
Number of clients to start for the test
|
Control.Scenario.Builder |
Control.Scenario.Builder.clearNumServers() |
Number of servers to start for the test
|
Control.Scenario.Builder |
Control.Scenario.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Control.Scenario.Builder |
Control.Scenario.Builder.clearServerConfig() |
Server configuration
|
Control.Scenario.Builder |
Control.Scenario.Builder.clearSpawnLocalWorkerCount() |
Number of workers to spawn locally (usually zero)
|
Control.Scenario.Builder |
Control.Scenario.Builder.clearWarmupSeconds() |
Warmup period, in seconds
|
Control.Scenario.Builder |
Control.Scenario.Builder.clone() |
|
Control.Scenario.Builder |
Control.ScenarioResult.Builder.getScenarioBuilder() |
Inputs used to run the scenario.
|
Control.Scenario.Builder |
Control.Scenarios.Builder.getScenariosBuilder(int index) |
repeated .grpc.testing.Scenario scenarios = 1;
|
Control.Scenario.Builder |
Control.Scenario.Builder.mergeClientConfig(Control.ClientConfig value) |
Client configuration
|
Control.Scenario.Builder |
Control.Scenario.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Control.Scenario.Builder |
Control.Scenario.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Control.Scenario.Builder |
Control.Scenario.Builder.mergeFrom(Control.Scenario other) |
|
Control.Scenario.Builder |
Control.Scenario.Builder.mergeServerConfig(Control.ServerConfig value) |
Server configuration
|
Control.Scenario.Builder |
Control.Scenario.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Control.Scenario.Builder |
Control.Scenario.newBuilder() |
|
static Control.Scenario.Builder |
Control.Scenario.newBuilder(Control.Scenario prototype) |
|
Control.Scenario.Builder |
Control.Scenario.newBuilderForType() |
|
protected Control.Scenario.Builder |
Control.Scenario.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Control.Scenario.Builder |
Control.Scenario.Builder.setBenchmarkSeconds(int value) |
Benchmark time, in seconds
|
Control.Scenario.Builder |
Control.Scenario.Builder.setClientConfig(Control.ClientConfig value) |
Client configuration
|
Control.Scenario.Builder |
Control.Scenario.Builder.setClientConfig(Control.ClientConfig.Builder builderForValue) |
Client configuration
|
Control.Scenario.Builder |
Control.Scenario.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
Control.Scenario.Builder |
Control.Scenario.Builder.setName(java.lang.String value) |
Human readable name for this scenario
|
Control.Scenario.Builder |
Control.Scenario.Builder.setNameBytes(com.google.protobuf.ByteString value) |
Human readable name for this scenario
|
Control.Scenario.Builder |
Control.Scenario.Builder.setNumClients(int value) |
Number of clients to start for the test
|
Control.Scenario.Builder |
Control.Scenario.Builder.setNumServers(int value) |
Number of servers to start for the test
|
Control.Scenario.Builder |
Control.Scenario.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
|
Control.Scenario.Builder |
Control.Scenario.Builder.setServerConfig(Control.ServerConfig value) |
Server configuration
|
Control.Scenario.Builder |
Control.Scenario.Builder.setServerConfig(Control.ServerConfig.Builder builderForValue) |
Server configuration
|
Control.Scenario.Builder |
Control.Scenario.Builder.setSpawnLocalWorkerCount(int value) |
Number of workers to spawn locally (usually zero)
|
Control.Scenario.Builder |
Control.Scenario.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Control.Scenario.Builder |
Control.Scenario.Builder.setWarmupSeconds(int value) |
Warmup period, in seconds
|
Control.Scenario.Builder |
Control.Scenario.toBuilder() |
|