Home
last modified time | relevance | path

Searched refs:getVersionstamp (Results 1 – 20 of 20) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/bindings/java/src/test/com/apple/foundationdb/test/
H A DVersionstampSmokeTest.java46 return tr.getVersionstamp(); in main()
55 return t.getVersionstamp(0); in main()
H A DAsyncStackTester.java287 inst.push(inst.tr.getVersionstamp());
H A DStackTester.java265 inst.push(inst.tr.getVersionstamp()); in processInstruction()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/bindings/java/src/main/com/apple/foundationdb/
H A DTransaction.java261 CompletableFuture<byte[]> getVersionstamp(); in getVersionstamp() method
H A DFDBTransaction.java508 public CompletableFuture<byte[]> getVersionstamp() { in getVersionstamp() method in FDBTransaction
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbclient/
H A DIClientApi.h48 virtual ThreadFuture<Standalone<StringRef>> getVersionstamp() = 0;
H A DThreadSafeTransaction.actor.cpp267 ThreadFuture<Standalone<StringRef>> ThreadSafeTransaction::getVersionstamp() { in getVersionstamp() function in ThreadSafeTransaction
270 return tr->getVersionstamp(); in getVersionstamp()
H A DThreadSafeTransaction.h90 ThreadFuture<Standalone<StringRef>> getVersionstamp();
H A DReadYourWrites.h102 Future<Standalone<StringRef>> getVersionstamp();
H A DMultiVersionTransaction.h130 ThreadFuture<Standalone<StringRef>> getVersionstamp();
226 ThreadFuture<Standalone<StringRef>> getVersionstamp();
H A DNativeAPI.actor.h268 …Future<Standalone<StringRef>> getVersionstamp(); // Will be fulfilled only after commit() returns …
H A DMultiVersionTransaction.actor.cpp130 ThreadFuture<Standalone<StringRef>> DLTransaction::getVersionstamp() { in getVersionstamp() function in DLTransaction
494 ThreadFuture<Standalone<StringRef>> MultiVersionTransaction::getVersionstamp() { in getVersionstamp() function in MultiVersionTransaction
496 …auto f = tr.transaction ? tr.transaction->getVersionstamp() : ThreadFuture<Standalone<StringRef>>(… in getVersionstamp()
H A DReadYourWrites.actor.cpp1772 Future<Standalone<StringRef>> ReadYourWritesTransaction::getVersionstamp() { in getVersionstamp() function in ReadYourWritesTransaction
1777 return waitOrError(tr.getVersionstamp(), resetPromise.getFuture()); in getVersionstamp()
H A DNativeAPI.actor.cpp261 state Future<Standalone<StringRef> > vstamp = tr->getVersionstamp(); in getSampleVersionStamp()
286 state Future<Standalone<StringRef> > vstamp = tr->getVersionstamp(); in transactionInfoCommitActor()
3020 Future<Standalone<StringRef>> Transaction::getVersionstamp() { in getVersionstamp() function in Transaction
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/bindings/flow/
H A Dfdb_flow.h115 virtual Future<FDBStandalone<StringRef>> getVersionstamp() = 0;
H A Dfdb_flow.actor.cpp151 Future<FDBStandalone<StringRef>> getVersionstamp() override;
397 Future<FDBStandalone<StringRef>> TransactionImpl::getVersionstamp() { in getVersionstamp() function in FDB::TransactionImpl
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/bindings/java/src/main/com/apple/foundationdb/tuple/
H A DTuple.java716 public Versionstamp getVersionstamp(int index) { in getVersionstamp() method in Tuple
1151 System.out.println("t2.getVersionstamp(20): " + t2.getVersionstamp(20)); in main()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/workloads/
H A DVersionStamp.actor.cpp337 state Future<Standalone<StringRef>> fTrVs = tr.getVersionstamp(); in _start()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/bindings/c/
H A Dfdb_c.cpp590 return (FDBFuture*)(TXN(tr)->getVersionstamp().extractPtr()); in fdb_transaction_get_versionstamp()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/bindings/flow/tester/
H A DTester.actor.cpp710 data->stack.push(waitForValue(instruction->tr->getVersionstamp())); in call()
1779 state Future<FDBStandalone<StringRef>> ftrVersion = tr->getVersionstamp(); in _test_versionstamp()