Uses of Class
com.couchbase.client.core.transaction.forwards.ForwardCompatibilityStage
-
Packages that use ForwardCompatibilityStage Package Description com.couchbase.client.core.transaction.forwards -
-
Uses of ForwardCompatibilityStage in com.couchbase.client.core.transaction.forwards
Methods in com.couchbase.client.core.transaction.forwards that return ForwardCompatibilityStage Modifier and Type Method Description static ForwardCompatibilityStageForwardCompatibilityStage. 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.Methods in com.couchbase.client.core.transaction.forwards with parameters of type ForwardCompatibilityStage Modifier and Type Method 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.ForwardCompatBehaviourFullForwardCompatibility. check(ForwardCompatibilityStage fc, Supported supported)
-