Uses of Class
org.restheart.mongodb.db.sessions.Txn
Packages that use Txn
-
Uses of Txn in org.restheart.mongodb.db.sessions
Methods in org.restheart.mongodb.db.sessions that return TxnModifier and TypeMethodDescriptionTxnClientSessionImpl.getTxnServerStatus()static TxnTxnsUtils.getTxnServerStatus(UUID sid, Optional<RSOps> rsOps) Warn: requires two round trips to serverMethods in org.restheart.mongodb.db.sessions with parameters of type TxnModifier and TypeMethodDescriptionTxnClientSessionFactory.getTxnClientSession(UUID sid, Optional<RSOps> rsOps, Txn txnServerStatus) voidTxnClientSessionImpl.setTxnServerStatus(Txn txnServerStatus) Constructors in org.restheart.mongodb.db.sessions with parameters of type TxnModifierConstructorDescriptionTxnClientSessionImpl(com.mongodb.internal.session.ServerSessionPool serverSessionPool, Object originator, com.mongodb.ClientSessionOptions options, com.mongodb.client.internal.OperationExecutor executor, Txn txnServerStatus)