Uses of Enum
com.couchbase.client.core.transaction.forwards.ForwardCompatibilityStage
Packages that use ForwardCompatibilityStage
-
Uses of ForwardCompatibilityStage in com.couchbase.client.core.transaction.forwards
Methods in com.couchbase.client.core.transaction.forwards that return ForwardCompatibilityStageModifier and TypeMethodDescriptionstatic ForwardCompatibilityStage
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 ForwardCompatibilityStageModifier and TypeMethodDescriptionForwardCompatibility.check
(Core core, ForwardCompatibilityStage fc, Optional<ForwardCompatibility> forwardCompatibility, CoreTransactionLogger logger, CoreTransactionsSupportedExtensions supported) Returns empty if it's ok to continue, otherwise an error:com.couchbase.client.core.transaction.forwards.ForwardCompatBehaviourFull
ForwardCompatibility.check
(ForwardCompatibilityStage fc, CoreTransactionsSupportedExtensions supported)