MCPcopy Create free account

hub / github.com/apple/foundationdb / functions

Functions23,797 in github.com/apple/foundationdb

↓ 10,338 callersMethoddetail
flow/include/flow/Trace.h:434
↓ 8,097 callersMethodget
Gets a value from the database. The call will return {@code null} if the key is not present in the database. @param key the key whose value to fetch
bindings/java/src/main/com/apple/foundationdb/ReadTransaction.java:122
↓ 2,449 callersMethodpush_back
fdbclient/include/fdbclient/VersionedMap.h:118
↓ 2,436 callersMethodsize
fdbserver/DiskQueue.actor.cpp:57
↓ 2,352 callersMethodc_str
Returns a pointer to the output buffer content with terminating null character appended. */
contrib/fmt-8.1.1/include/fmt/format.h:2547
↓ 2,179 callersFunctiondeterministicRandom
flow/flow.cpp:111
↓ 1,733 callersMethodsize
fdbclient/Versionstamp.cpp:37
↓ 1,547 callersMethodpresent
fdbserver/include/fdbserver/LogSystemConfig.h:38
↓ 1,515 callersMethodset
Sets the value for a given key. This will not affect the database until {@link #commit} is called. @param key the key whose value is to be set @param
bindings/java/src/main/com/apple/foundationdb/Transaction.java:127
↓ 1,396 callersFunctionprintf
contrib/fmt-8.1.1/include/fmt/printf.h:631
↓ 1,348 callersMethodcode
flow/include/flow/Error.h:45
↓ 1,218 callersMethodclear
Clears a given key from the database. This will not affect the database until {@link #commit} is called. @param key the key whose value is to be clea
bindings/java/src/main/com/apple/foundationdb/Transaction.java:138
↓ 1,174 callersMethodsetOption
Attempt to set the given option. The parameter interpretation is completely dependent on the option code. Normally this interface should not be used
bindings/java/src/main/com/apple/foundationdb/OptionConsumer.java:36
↓ 1,159 callersMethodbegin
fdbserver/include/fdbserver/RadixTree.h:611
↓ 1,139 callersFunctionprint
contrib/fmt-8.1.1/include/fmt/os.h:453
↓ 1,060 callersMethodpresent
fdbclient/FileBackupAgent.actor.cpp:4904
↓ 1,057 callersFunctionnow
flow/include/flow/flow.h:1344
↓ 1,014 callersFunctiondelay
flow/include/flow/flow.h:1347
↓ 1,006 callersMethodend
Returns the first Node* pointer
fdbserver/SkipList.cpp:306
↓ 970 callersMethodsize
The number of keys in the database
fdbserver/workloads/MemoryKeyValueStore.cpp:123
↓ 957 callersFunctioninit
fdbserver/VersionedBTree.actor.cpp:3905
↓ 866 callersMethodsend
fdbserver/workloads/ExternalWorkload.actor.cpp:37
↓ 843 callersFunctionformat
fdbservice/FDBService.cpp:59
↓ 835 callersMethodrandomInt
flow/DeterministicRandom.cpp:47
↓ 739 callersMethodprintable
fdbserver/include/fdbserver/RestoreWorkerInterface.actor.h:454
↓ 729 callersMethodonError
Resets a transaction and returns a delayed signal for error recovery. If the error encountered by the {@code Transaction} could not be recovered fro
bindings/java/src/main/com/apple/foundationdb/Transaction.java:293
↓ 725 callersFunctionfprintf
contrib/fmt-8.1.1/include/fmt/printf.h:607
↓ 706 callersMethodtoString
fdbserver/LogSystemConfig.cpp:23
↓ 705 callersFunctiongetOption
fdbserver/tester.actor.cpp:152
↓ 655 callersMethodid
fdbserver/include/fdbserver/TenantCache.h:56
↓ 629 callersMethodcommit
Commit this {@code Transaction}. See notes in class description. Consider using {@code Database}'s {@link Database#run(Function) run()} calls for man
bindings/java/src/main/com/apple/foundationdb/Transaction.java:242
↓ 620 callersMethodgetFuture
fdbserver/KeyValueStoreRocksDB.actor.cpp:241
↓ 617 callersMethodrandom01
flow/DeterministicRandom.cpp:40
↓ 615 callersFunctionserializer
flow/include/flow/ObjectSerializerTraits.h:41
↓ 605 callersMethodback
fdbclient/include/fdbclient/VersionedMap.h:108
↓ 593 callersMethodemplace_back
flow/include/flow/Deque.h:127
↓ 588 callersFunctionprintable
fdbclient/NativeAPI.actor.cpp:388
↓ 574 callersFunctionUnversioned
flow/include/flow/serialize.h:382
↓ 565 callersMethodgetKey
Returns the key referenced by the specified {@code KeySelector}. By default, the key is cached for the duration of the transaction, providing a pote
bindings/java/src/main/com/apple/foundationdb/ReadTransaction.java:137
↓ 544 callersMethodinsert
fdbserver/SkipList.cpp:631
↓ 532 callersMethodempty
fdbserver/include/fdbserver/RadixTree.h:292
↓ 508 callersMethodappend
(self, instruction)
bindings/bindingtester/tests/__init__.py:160
↓ 508 callersMethodgetRange
Gets an ordered range of keys and values from the database. The begin and end keys are specified by {@code KeySelector}s, with the begin {@code KeyS
bindings/java/src/main/com/apple/foundationdb/ReadTransaction.java:152
↓ 500 callersMethodtoString
fdbclient/FDBTypes.cpp:58
↓ 497 callersMethodbegin
fdbclient/Versionstamp.cpp:26
↓ 480 callersFunctionmove
fdbclient/include/fdbclient/VersionedMap.h:213
↓ 456 callersFunctionif
A workload which test the correctness of upgrading DR from 5.1 to 5.2
fdbserver/workloads/BackupToDBUpgrade.actor.cpp:31
↓ 455 callersMethodisReady
fdbserver/PaxosConfigConsumer.actor.cpp:265
↓ 453 callersMethodcount
Count the number of events which occurred. @param event the event which occurred @param amt the number of times that even occurred
bindings/java/src/main/com/apple/foundationdb/EventKeeper.java:39
↓ 435 callersMethodsubstr
flow/include/flow/Arena.h:473
↓ 409 callersMethodfrom
Creates a new {@code Tuple} from a variable number of elements. The elements must follow the type guidelines from {@link Tuple#addObject(Object) add}
bindings/java/src/main/com/apple/foundationdb/tuple/Tuple.java:1106
↓ 405 callersMethodtoString
fdbserver/include/fdbserver/DeltaTree.h:984
↓ 378 callersMethodend
fdbclient/VersionedMap.cpp:54
↓ 371 callersFunctionmemcpy
This compilation unit will be linked in to the main binary, so this should override glibc memcpy
flow/flow.cpp:84
↓ 369 callersMethodvalue
fdbserver/SkipList.cpp:241
↓ 355 callersMethodrandomUniqueID
flow/DeterministicRandom.cpp:104
↓ 343 callersMethodsendError
fdbrpc/include/fdbrpc/fdbrpc.h:125
↓ 338 callersMethodsize
flow/Trace.cpp:1474
↓ 335 callersMethoderror
fdbrpc/FlowTests.actor.cpp:93
↓ 333 callersFunctiontimer
fdbmonitor/fdbmonitor.cpp:243
↓ 330 callersMethodfind
fdbserver/SkipList.cpp:522
↓ 330 callersFunctionwaitForAll
flow/include/flow/genericactors.actor.h:1015
↓ 327 callersMethodfront
Get the value of the first item in the Vector.
layers/containers/vector.py:146
↓ 325 callersMethodend
fdbserver/include/fdbserver/RadixTree.h:607
↓ 311 callersMethodsend
fdbrpc/FlowTransport.actor.cpp:889
↓ 301 callersFunctionIncludeVersion
These functions return valid options to the VersionOptions parameter of the constructor of each archive type
flow/include/flow/serialize.h:376
↓ 299 callersMethodrange
fdbclient/Tuple.cpp:451
↓ 288 callersMethodempty
fdbclient/include/fdbclient/WriteMap.h:205
↓ 287 callersMethodisSimulated
fdbrpc/FlowTests.actor.cpp:262
↓ 273 callersMethodWriteLine
(string line)
flow/actorcompiler/ActorCompiler.cs:135
↓ 272 callersMethodonChange
fdbclient/GlobalConfig.actor.cpp:95
↓ 262 callersMethodwithPrefix
fdbrpc/include/fdbrpc/PerfMetric.h:46
↓ 261 callersMethodgetFuture
fdbrpc/include/fdbrpc/fdbrpc.h:131
↓ 256 callersMethodaddress
fdbserver/include/fdbserver/TLogInterface.h:68
↓ 256 callersMethodfirst
flow/include/flow/IRandom.h:89
↓ 249 callersMethodgetValue
fdbserver/SkipList.cpp:397
↓ 249 callersMethodsize
fdbserver/VersionedBTree.actor.cpp:4726
↓ 246 callersMethodadd
fdbserver/tester.actor.cpp:278
↓ 243 callersMethodbegin
flow/Trace.cpp:1482
↓ 243 callersMethodsize
fdbserver/include/fdbserver/TCInfo.h:193
↓ 242 callersMethodisError
fdbrpc/include/fdbrpc/fdbrpc.h:549
↓ 237 callersMethodreserve
fdbclient/include/fdbclient/Tuple.h:84
↓ 234 callersMethodsize
this is number of elements, not length of data
bindings/flow/Tuple.h:78
↓ 232 callersMethodlog
fdbserver/KeyValueStoreRocksDB.actor.cpp:573
↓ 228 callersMethoderase
fdbserver/include/fdbserver/art_impl.h:934
↓ 228 callersMethodwithPrefix
fdbclient/include/fdbclient/FDBTypes.h:334
↓ 227 callersFunctioninit
flow/Net2.actor.cpp:1142
↓ 223 callersMethodisValid
fdbserver/VersionedBTree.actor.cpp:7403
↓ 218 callersMethodtoString
fdbserver/VersionedBTree.actor.cpp:10779
↓ 211 callersMethodsize
fdbrpc/sim2.actor.cpp:588
↓ 210 callersFunctionstore
flow/include/flow/genericactors.actor.h:297
↓ 210 callersFunctiontoString
fdbserver/VersionedBTree.actor.cpp:313
↓ 208 callersMethodpush_back
flow/include/flow/Deque.h:119
↓ 207 callersMethodOptionArg
! @brief Return the argument for the current option where one exists. If there is no argument for the option, this will return nullptr. Thi
contrib/SimpleOpt/include/SimpleOpt/SimpleOpt.h:462
↓ 202 callersMethodgetReadVersion
Gets the version at which the reads for this {@code Transaction} will access the database. @return the version for database reads
bindings/java/src/main/com/apple/foundationdb/ReadTransaction.java:75
↓ 199 callersMethodadd
Creates a copy of this {@code Tuple} with a {@code String} appended as the last element. @param s the {@code String} to append @return a newly creat
bindings/java/src/main/com/apple/foundationdb/tuple/Tuple.java:160
↓ 189 callersMethodcancel
Cancels the {@code Transaction}. All pending and any future uses of the {@code Transaction} will throw an {@link RuntimeException}.
bindings/java/src/main/com/apple/foundationdb/Transaction.java:299
↓ 188 callersMethodjoin
Joins two paths into one larger path. @param path1 The first path to join @param path2 The path to append to {@code path1} @return a new list which c
bindings/java/src/main/com/apple/foundationdb/directory/PathUtil.java:40
↓ 187 callersFunctionsafeThreadFutureToFuture
flow/include/flow/ThreadHelper.actor.h:752
↓ 186 callersMethodstartsWith
fdbclient/include/fdbclient/SnapshotCache.h:91
next →1–100 of 23,797, ranked by callers