Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ functions
Functions
23,797 in github.com/apple/foundationdb
⨍
Functions
23,797
◇
Types & classes
4,727
↳
Endpoints
5
↓ 43 callers
Function
onMainThreadVoid
flow/include/flow/ThreadHelper.actor.h:80
↓ 43 callers
Method
push
(self, val)
bindings/python/tests/tester.py:129
↓ 43 callers
Method
secondaryAddress
fdbserver/include/fdbserver/TLogInterface.h:69
↓ 43 callers
Method
what
bindings/c/test/fdb_api.hpp:135
↓ 42 callers
Method
GetSize
contrib/rapidjson/rapidjson/internal/stack.h:175
↓ 42 callers
Method
addMeasurement
fdbrpc/include/fdbrpc/Stats.h:192
↓ 42 callers
Method
data
Returns a pointer to the buffer data. */
contrib/fmt-8.1.1/include/fmt/core.h:826
↓ 42 callers
Method
empty
bindings/flow/FDBLoanerTypes.h:229
↓ 42 callers
Function
format_to
contrib/fmt-8.1.1/include/fmt/core.h:3146
↓ 42 callers
Method
getExecutor
Retrieves the {@link Executor} used by this {@code TransactionContext} when running asynchronous callbacks. @return the {@link Executor} used by this
bindings/java/src/main/com/apple/foundationdb/ReadTransactionContext.java:74
↓ 42 callers
Method
out
contrib/fmt-8.1.1/include/fmt/chrono.h:1134
↓ 42 callers
Method
setOpt
(code int, param []byte)
bindings/go/src/fdb/transaction.go:84
↓ 42 callers
Method
toString
fdbserver/include/fdbserver/ClusterController.actor.h:1630
↓ 41 callers
Method
Get
Get returns a database key or an error if the asynchronous operation associated with this future did not successfully complete. The current goroutine
bindings/go/src/fdb/futures.go:183
↓ 41 callers
Method
addresses
fdbserver/include/fdbserver/TLogInterface.h:70
↓ 41 callers
Method
append
contrib/fmt-8.1.1/include/fmt/format.h:630
↓ 41 callers
Method
begin
fdbserver/VersionedBTree.actor.cpp:4207
↓ 41 callers
Function
end
contrib/fmt-8.1.1/include/fmt/core.h:498
↓ 41 callers
Function
get
fdbserver/DDTeamCollection.actor.cpp:35
↓ 41 callers
Function
makeMessage
fdbclient/include/fdbclient/Status.h:71
↓ 41 callers
Function
onMainThread
fdbrpc/sim2.actor.cpp:2265
↓ 41 callers
Function
prefixRange
fdbclient/include/fdbclient/FDBTypes.h:535
↓ 40 callers
Function
TSS_doCompare
fdbclient/StorageServerInterface.cpp:37
↓ 40 callers
Function
createDatabase
(clusterFile string)
bindings/go/src/fdb/fdb.go:324
↓ 40 callers
Method
equals
Returns {@code true} if the given {@link Object} is a {@code Range} object that refers to the same key range within the keyspace. This will be true
bindings/java/src/main/com/apple/foundationdb/Range.java:81
↓ 40 callers
Method
initEndpoints
fdbserver/include/fdbserver/TLogInterface.h:72
↓ 40 callers
Method
insert
flow/WriteOnlySet.actor.cpp:33
↓ 40 callers
Method
sendError
flow/include/flow/flow.h:664
↓ 40 callers
Method
setOpt
(code int, param []byte)
bindings/go/src/fdb/fdb.go:93
↓ 40 callers
Method
tx
bindings/c/test/apitester/TesterTransactionExecutor.cpp:101
↓ 40 callers
Method
valid
fdbserver/Status.actor.cpp:431
↓ 39 callers
Method
Options
()
bindings/go/src/fdb/transaction.go:44
↓ 39 callers
Method
end
flow/IndexedSet.cpp:237
↓ 39 callers
Method
fail
(self)
tests/TestRunner/TestRunner.py:71
↓ 39 callers
Method
getUid
fdbclient/DatabaseBackupAgent.actor.cpp:89
↓ 39 callers
Function
log_msg
fdbmonitor/fdbmonitor.cpp:169
↓ 39 callers
Function
quorum
flow/include/flow/genericactors.actor.h:972
↓ 39 callers
Method
reset
fdbclient/WriteMap.cpp:23
↓ 39 callers
Method
size
fdbrpc/include/fdbrpc/Replication.h:370
↓ 39 callers
Method
smoothTotal
smoothTotal() is a continuous (under)estimate of the sum of all addDeltas()
fdbrpc/include/fdbrpc/Smoother.h:57
↓ 39 callers
Function
when
fdbserver/include/fdbserver/WorkerInterface.actor.h:1216
↓ 38 callers
Method
Set
Set associated the given key and value, overwriting any previous association with key. Set returns immediately, having modified the snapshot of the da
bindings/go/src/fdb/transaction.go:380
↓ 38 callers
Function
abs
contrib/fmt-8.1.1/include/fmt/chrono.h:1488
↓ 38 callers
Method
create_transaction
(self)
bindings/python/fdb/impl.py:1194
↓ 38 callers
Function
currentProtocolVersion
flow/ProtocolVersion.cpp:28
↓ 38 callers
Method
extractPtr
flow/include/flow/FastRef.h:166
↓ 38 callers
Function
get
()
tests/authorization/admin_server.py:98
↓ 38 callers
Method
getInt
bindings/flow/Tuple.cpp:357
↓ 38 callers
Method
hasIncompleteVersionstamp
Determines if there is a {@link Versionstamp} included in this {@code Tuple} that has not had its transaction version set. It will search through nes
bindings/java/src/main/com/apple/foundationdb/tuple/Tuple.java:902
↓ 38 callers
Method
increment
Convenience method to add 1 to the number of events which occurred. @param event the event which occurred.
bindings/java/src/main/com/apple/foundationdb/EventKeeper.java:46
↓ 38 callers
Method
pop
bindings/flow/tester/Tester.actor.h:80
↓ 38 callers
Function
toCharsRef
bindings/c/test/fdb_api.hpp:97
↓ 37 callers
Method
Sub
Sub returns a new Subspace whose prefix extends this Subspace with the encoding of the provided element(s). If any of the elements are not a valid tup
bindings/go/src/fdb/subspace/subspace.go:50
↓ 37 callers
Method
addMutationToMutationLog
fdbserver/storageserver.actor.cpp:891
↓ 37 callers
Function
decodeServerTagValue
fdbclient/SystemData.cpp:636
↓ 37 callers
Method
isAvailable
fdbrpc/include/fdbrpc/FailureMonitor.h:75
↓ 37 callers
Method
mean
fdbserver/workloads/KVStoreTest.actor.cpp:66
↓ 37 callers
Function
write
fdbrpc/include/fdbrpc/AsyncFileNonDurable.actor.h:98
↓ 36 callers
Function
check
fdbserver/ConfigDatabaseUnitTests.actor.cpp:524
↓ 36 callers
Method
child
fdbclient/include/fdbclient/VersionedMap.h:54
↓ 36 callers
Function
count
contrib/fmt-8.1.1/include/fmt/core.h:1117
↓ 36 callers
Function
decodeServerListValue
fdbclient/SystemData.cpp:777
↓ 36 callers
Method
empty
Only to be used in tests at a point where all ObjectCache instances should be destroyed.
fdbserver/VersionedBTree.actor.cpp:1950
↓ 36 callers
Function
error
Emits a nicely-decorated error and exits.
contrib/Implib.so/implib-gen.py:29
↓ 36 callers
Function
getCurrentLineage
flow/flow.cpp:53
↓ 36 callers
Method
getDataDir
flow/UnitTest.cpp:67
↓ 36 callers
Method
getDouble
fdbclient/Tuple.cpp:397
↓ 36 callers
Method
getMaxReadKey
fdbclient/ReadYourWrites.actor.cpp:2649
↓ 36 callers
Method
hasMessage
fdbserver/LogSystemPeekCursor.actor.cpp:108
↓ 36 callers
Method
last
bindings/ruby/tests/tester.rb:63
↓ 36 callers
Method
reset
bindings/c/test/unit/fdb_api.cpp:210
↓ 36 callers
Method
toString
fdbbackup/FileDecoder.actor.cpp:120
↓ 36 callers
Method
toString
fdbclient/MonitorLeader.actor.cpp:439
↓ 36 callers
Method
tryGetReply
fdbrpc/include/fdbrpc/fdbrpc.h:759
↓ 36 callers
Function
validateOptionValueNotPresent
fdbclient/NativeAPI.actor.cpp:477
↓ 35 callers
Method
ToString
()
flow/actorcompiler/ActorParser.cs:63
↓ 35 callers
Method
addField
flow/Trace.cpp:1464
↓ 35 callers
Method
compare
fdbserver/VersionedBTree.actor.cpp:8466
↓ 35 callers
Method
find
(rtr fdb.ReadTransaction, path []string)
bindings/go/src/fdb/directory/directoryLayer.go:591
↓ 35 callers
Function
format_error
contrib/fmt-8.1.1/include/fmt/format.h:821
↓ 35 callers
Method
getConnectionRecord
fdbclient/NativeAPI.actor.cpp:2154
↓ 35 callers
Method
getPtr
flow/include/flow/FastRef.h:162
↓ 35 callers
Method
getReplyUnlessFailedFor
fdbrpc/include/fdbrpc/fdbrpc.h:844
↓ 35 callers
Method
getStatus
fdbserver/Status.actor.cpp:217
↓ 35 callers
Method
isFirstGreaterOrEqual
True if the resolution of the KeySelector depends only on keys less than key
fdbclient/include/fdbclient/FDBTypes.h:580
↓ 35 callers
Method
mutate
An atomic operation is a single database command that carries out several logical steps: reading the value of a key, performing a transformation on th
bindings/java/src/main/com/apple/foundationdb/Transaction.java:214
↓ 35 callers
Function
setNetworkOption
fdbclient/NativeAPI.actor.cpp:2331
↓ 35 callers
Method
set_option
bindings/c/test/unit/fdb_api.cpp:218
↓ 35 callers
Method
value
fdbserver/workloads/Cycle.actor.cpp:137
↓ 35 callers
Function
when
fdbserver/BlobWorker.actor.cpp:2141
↓ 34 callers
Function
_mm_loadu_si128
Loads 128-bit value. : https://msdn.microsoft.com/zh-cn/library/f4k12ae8(v=vs.90).aspx
flow/include/flow/sse2neon.h:2635
↓ 34 callers
Function
allocate
flow/Platform.actor.cpp:2104
↓ 34 callers
Method
call
(params string[] parameters)
flow/actorcompiler/ActorCompiler.cs:169
↓ 34 callers
Function
checkError
bindings/c/test/test.h:204
↓ 34 callers
Method
css
()
bindings/go/src/_stacktester/directory.go:83
↓ 34 callers
Method
done
Complete the transaction without a commit (for read transactions)
bindings/c/test/apitester/TesterTransactionExecutor.cpp:123
↓ 34 callers
Method
end
contrib/fmt-8.1.1/include/fmt/core.h:814
↓ 34 callers
Method
end
fdbserver/VersionedBTree.actor.cpp:4209
↓ 34 callers
Function
getTime
bindings/c/test/test.h:38
↓ 34 callers
Method
insert
fdbrpc/FlowTransport.actor.cpp:122
← previous
next →
401–500 of 23,797, ranked by callers