| Package | Description |
|---|---|
| com.datastax.oss.driver.api.testinfra.requirement |
| Modifier and Type | Method and Description |
|---|---|
BackendType |
VersionRequirement.getBackendType() |
static BackendType |
BackendType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackendType[] |
BackendType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
VersionRequirement.buildReasonString(Collection<VersionRequirement> requirements,
BackendType backend,
com.datastax.oss.driver.api.core.Version version) |
static boolean |
VersionRequirement.meetsAny(Collection<VersionRequirement> requirements,
BackendType configuredBackend,
com.datastax.oss.driver.api.core.Version configuredVersion) |
| Constructor and Description |
|---|
VersionRequirement(BackendType backendType,
String minInclusive,
String maxExclusive,
String description) |
Copyright © 2017–2023. All rights reserved.