| Package | Description |
|---|---|
| io.grpc.benchmarks.proto |
| Modifier and Type | Method and Description |
|---|---|
static Control.LoadParams.LoadCase |
Control.LoadParams.LoadCase.forNumber(int value) |
Control.LoadParams.LoadCase |
Control.LoadParamsOrBuilder.getLoadCase() |
Control.LoadParams.LoadCase |
Control.LoadParams.getLoadCase() |
Control.LoadParams.LoadCase |
Control.LoadParams.Builder.getLoadCase() |
static Control.LoadParams.LoadCase |
Control.LoadParams.LoadCase.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Control.LoadParams.LoadCase |
Control.LoadParams.LoadCase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Control.LoadParams.LoadCase[] |
Control.LoadParams.LoadCase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|