Uses of Class
org.restheart.mongodb.db.sessions.Txn.TransactionStatus
-
Packages that use Txn.TransactionStatus Package Description org.restheart.mongodb.db.sessions -
-
Uses of Txn.TransactionStatus in org.restheart.mongodb.db.sessions
Methods in org.restheart.mongodb.db.sessions that return Txn.TransactionStatus Modifier and Type Method Description Txn.TransactionStatusTxn. getStatus()static Txn.TransactionStatusTxn.TransactionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static Txn.TransactionStatus[]Txn.TransactionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.restheart.mongodb.db.sessions with parameters of type Txn.TransactionStatus Modifier and Type Method Description voidTxnClientSessionImpl. setTransactionState(Txn.TransactionStatus transactionState)Constructors in org.restheart.mongodb.db.sessions with parameters of type Txn.TransactionStatus Constructor Description Txn(long txnId, Txn.TransactionStatus status)
-