Package com.apple.foundationdb.synchronizedsession
package com.apple.foundationdb.synchronizedsession
Basic classes to support running operations in synchronized sessions.
- See Also:
-
ClassDescriptionA
SynchronizedSession
is a concept introduced to avoid multiple attempts at performing the same operation (with each attempt opening multiple transactions running concurrently and/or consecutively) from running concurrently and contending for resources.This exception means that the synchronized session is not valid anymore, probably because another synchronized session on the same lock is running.