Package | Description |
---|---|
com.oracle.bmc.opensearch.model |
Modifier and Type | Method and Description |
---|---|
static BenchmarkDetails.PerfTestLength |
BenchmarkDetails.PerfTestLength.create(String key) |
BenchmarkDetails.PerfTestLength |
BenchmarkDetails.getPerfTestLength()
Execution Length of Perf Test (default set to STANDARD)
|
static BenchmarkDetails.PerfTestLength |
BenchmarkDetails.PerfTestLength.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BenchmarkDetails.PerfTestLength[] |
BenchmarkDetails.PerfTestLength.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BenchmarkDetails.Builder |
BenchmarkDetails.Builder.perfTestLength(BenchmarkDetails.PerfTestLength perfTestLength)
Execution Length of Perf Test (default set to STANDARD)
|
Constructor and Description |
---|
BenchmarkDetails(BenchmarkDetails.PerfTestLength perfTestLength,
String controlClusterId,
String test1ClusterId,
String test2ClusterId)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.