| Package | Description |
|---|---|
| com.couchbase.client.core.transaction.forwards |
| Modifier and Type | Method and Description |
|---|---|
static ForwardCompatibilityStage |
ForwardCompatibilityStage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ForwardCompatibilityStage[] |
ForwardCompatibilityStage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Mono<Void> |
ForwardCompatibility.check(Core core,
ForwardCompatibilityStage fc,
Optional<ForwardCompatibility> forwardCompatibility,
CoreTransactionLogger logger,
Supported supported)
Returns empty if it's ok to continue, otherwise an error:
|
com.couchbase.client.core.transaction.forwards.ForwardCompatBehaviourFull |
ForwardCompatibility.check(ForwardCompatibilityStage fc,
Supported supported) |
Copyright © 2024 Couchbase, Inc.. All rights reserved.