public static interface Latency.Builder extends SdkPojo, CopyableBuilder<Latency.Builder,Latency>
| Modifier and Type | Method and Description |
|---|---|
Latency.Builder |
other(Double other)
Peak latency for operations unrelated to read and write operations.
|
Latency.Builder |
read(Double read)
Peak latency for read operations.
|
Latency.Builder |
write(Double write)
Peak latency for write operations.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLatency.Builder read(Double read)
Peak latency for read operations.
read - Peak latency for read operations.Latency.Builder write(Double write)
Peak latency for write operations.
write - Peak latency for write operations.Latency.Builder other(Double other)
Peak latency for operations unrelated to read and write operations.
other - Peak latency for operations unrelated to read and write operations.Copyright © 2023. All rights reserved.