Searched refs:COMMITTED (Results 1 – 6 of 6) sorted by relevance
98 if (!name_.empty() && txn_state_ != COMMITTED) { in ~PessimisticTransaction()111 if (!name_.empty() && txn_state_ != COMMITTED) { in Reinitialize()159 txn_state_.store(COMMITTED); in CommitBatch()212 } else if (txn_state_ == COMMITTED) { in Prepare()310 txn_state_.store(COMMITTED); in Commit()333 txn_state_.store(COMMITTED); in Commit()336 } else if (txn_state_ == COMMITTED) { in Commit()426 } else if (txn_state_ == COMMITTED) { in Rollback()
494 COMMITTED = 4, enumerator495 COMMITED = COMMITTED, // old misspelled name
1791 COMMITTED((byte)4), enumConstant1800 public static final TransactionState COMMITED = COMMITTED;
212 .isSameAs(Transaction.TransactionState.COMMITTED); in state()
1608 case ROCKSDB_NAMESPACE::Transaction::TransactionState::COMMITTED: in Java_org_rocksdb_Transaction_getState()
4 * Fix spelling so that API now has correctly spelled transaction state name `COMMITTED`, while the …