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)Warn: requires two round trips to serverMethods in org.restheart.mongodb.db.sessions with parameters of type TxnModifier and TypeMethodDescriptionTxnClientSessionFactory.getTxnClientSession(UUID sid, 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.MongoClientDelegate delegate, Txn txnServerStatus)