Uses of Class
org.restheart.mongodb.db.sessions.Txn
-
Packages that use Txn Package Description org.restheart.mongodb.db.sessions -
-
Uses of Txn in org.restheart.mongodb.db.sessions
Methods in org.restheart.mongodb.db.sessions that return Txn Modifier and Type Method Description TxnTxnClientSessionImpl. getTxnServerStatus()static TxnTxnsUtils. getTxnServerStatus(UUID sid)Warn: requires two round trips to serverMethods in org.restheart.mongodb.db.sessions with parameters of type Txn Modifier and Type Method Description TxnClientSessionImplTxnClientSessionFactory. getTxnClientSession(UUID sid, Txn txnServerStatus)voidTxnClientSessionImpl. setTxnServerStatus(Txn txnServerStatus)Constructors in org.restheart.mongodb.db.sessions with parameters of type Txn Constructor Description TxnClientSessionImpl(com.mongodb.internal.session.ServerSessionPool serverSessionPool, Object originator, com.mongodb.ClientSessionOptions options, com.mongodb.client.internal.MongoClientDelegate delegate, Txn txnServerStatus)
-