Uses of Enum
com.couchbase.client.core.transaction.getmulti.CoreGetMultiPhase
Packages that use CoreGetMultiPhase
-
Uses of CoreGetMultiPhase in com.couchbase.client.core.transaction.getmulti
Methods in com.couchbase.client.core.transaction.getmulti that return CoreGetMultiPhaseModifier and TypeMethodDescriptionCoreGetMultiState.phase()
static CoreGetMultiPhase
Returns the enum constant of this type with the specified name.static CoreGetMultiPhase[]
CoreGetMultiPhase.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.couchbase.client.core.transaction.getmulti with parameters of type CoreGetMultiPhaseModifier and TypeMethodDescriptionCoreGetMultiState.update
(CoreTransactionLogger logger, List<CoreTransactionGetMultiSpec> toFetch, List<CoreTransactionOptionalGetMultiResult> alreadyFetched, CoreGetMultiPhase mode, Instant deadline)