Searched defs:SavePoint (Results 1 – 5 of 5) sorted by relevance
| /rocksdb-6.9/utilities/transactions/ |
| D | transaction_base.h | 305 struct SavePoint { struct 316 SavePoint(std::shared_ptr<const Snapshot> snapshot, bool snapshot_needed, in SavePoint() argument
|
| D | write_unprepared_txn.h | 265 struct SavePoint { struct 279 SavePoint(const std::map<SequenceNumber, size_t>& seqs, in SavePoint() argument
|
| D | write_unprepared_transaction_test.cc | 642 TEST_P(WriteUnpreparedTransactionTest, SavePoint) { in TEST_P() argument
|
| /rocksdb-6.9/include/rocksdb/ |
| D | write_batch.h | 42 struct SavePoint { struct 47 SavePoint() : size(0), count(0), content_flags(0) {} in SavePoint() argument 49 SavePoint(size_t _size, int _count, uint32_t _flags) in SavePoint() function 52 void clear() { in clear() 58 bool is_cleared() const { return (size | count | content_flags) == 0; } in is_cleared()
|
| /rocksdb-6.9/java/src/main/java/org/rocksdb/ |
| D | WriteBatch.java | 345 public static class SavePoint { class in WriteBatch 350 public SavePoint(final long size, final long count, in SavePoint() method in WriteBatch.SavePoint
|