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
↓ 4 callers
Method
tryReadZeroCopy
flow/include/flow/ObjectSerializer.h:48
↓ 4 callers
Method
try_reserve
Tries increasing the buffer capacity to *new_capacity*. It can increase the capacity by a smaller amount than requested but guarantees there is space
contrib/fmt-8.1.1/include/fmt/core.h:845
↓ 4 callers
Function
umul128
Computes 128-bit result of multiplication of two 64-bit unsigned integers.
contrib/fmt-8.1.1/include/fmt/format-inl.h:839
↓ 4 callers
Function
umul128_upper64
Computes upper 64 bits of multiplication of two 64-bit unsigned integers.
contrib/fmt-8.1.1/include/fmt/format-inl.h:867
↓ 4 callers
Method
unblockWaitingPeeks
fdbserver/TLogServer.actor.cpp:748
↓ 4 callers
Method
unpack
(self, key)
layers/containers/highcontention/queue.py:63
↓ 4 callers
Method
update
flow/include/flow/TDMetric.actor.h:393
↓ 4 callers
Method
update
fdbserver/LocalConfiguration.actor.cpp:83
↓ 4 callers
Method
update
fdbserver/VersionedBTree.actor.cpp:4846
↓ 4 callers
Method
updateLatencyBandConfig
fdbserver/GrvProxyServer.actor.cpp:263
↓ 4 callers
Method
updateNode
fdbserver/PaxosConfigConsumer.actor.cpp:64
↓ 4 callers
Function
urand
uniform-distribution random */ return a uniform random number between low and high, both inclusive */
bindings/c/test/mako/utils.hpp:40
↓ 4 callers
Method
useExternalClient
()
bindings/java/src/test/com/apple/foundationdb/test/TesterArgs.java:141
↓ 4 callers
Method
useOldVersionOffsetFormat
()
bindings/java/src/main/com/apple/foundationdb/tuple/TupleUtil.java:167
↓ 4 callers
Method
validateCoalesced
fdbrpc/include/fdbrpc/RangeMap.h:270
↓ 4 callers
Method
validateConflict
(E e)
bindings/java/src/test/com/apple/foundationdb/test/SnapshotTransactionTest.java:63
↓ 4 callers
Function
validateTraceFormat
flow/Trace.cpp:719
↓ 4 callers
Method
validateVersion
fdbclient/NativeAPI.actor.cpp:456
↓ 4 callers
Method
value
bindings/ruby/lib/fdbtuple.rb:75
↓ 4 callers
Method
value
(int key)
bindings/java/src/test/com/apple/foundationdb/test/PerformanceTester.java:391
↓ 4 callers
Method
value
(self, key)
tests/python_tests/python_performance.py:86
↓ 4 callers
Function
versionToString
fdbclient/FileBackupAgent.actor.cpp:56
↓ 4 callers
Method
versionVectorCacheActive
Introduced mainly to optimize out the version vector related code (on the client side) when the version vector feature is disabled (on the server side
fdbclient/include/fdbclient/DatabaseContext.h:642
↓ 4 callers
Method
versionedForcePurge
fdbserver/workloads/BlobGranuleRangesWorkload.actor.cpp:123
↓ 4 callers
Function
vformat
contrib/fmt-8.1.1/include/fmt/color.h:573
↓ 4 callers
Function
vfprintf
contrib/fmt-8.1.1/include/fmt/printf.h:585
↓ 4 callers
Method
visitSetKnob
fdbclient/ConfigKnobs.cpp:111
↓ 4 callers
Function
vprintf
contrib/fmt-8.1.1/include/fmt/printf.h:370
↓ 4 callers
Function
waitBackup
fdbclient/DatabaseBackupAgent.actor.cpp:2417
↓ 4 callers
Function
waitError
bindings/c/test/performance_test.c:36
↓ 4 callers
Method
wait_for_shard_addresses
(self, ranges, key_idx, addr_idx)
contrib/transaction_profiling_analyzer/transaction_profiling_analyzer.py:717
↓ 4 callers
Function
wait_until_tenant_tr_fails
(tenant, private_key, tenant_tr_gen, token_gen, max_repeat, delay)
tests/authorization/util.py:76
↓ 4 callers
Function
warn
Emits a nicely-decorated warning.
contrib/Implib.so/implib-gen.py:25
↓ 4 callers
Function
when
fdbserver/DataDistribution.actor.cpp:1333
↓ 4 callers
Function
when
fdbserver/TagPartitionedLogSystem.actor.cpp:3135
↓ 4 callers
Function
when
fdbserver/Resolver.actor.cpp:680
↓ 4 callers
Function
when
fdbserver/OldTLogServer_4_6.actor.cpp:1325
↓ 4 callers
Function
when
fdbserver/SimKmsConnector.actor.cpp:350
↓ 4 callers
Function
when
fdbrpc/include/fdbrpc/AsyncFileNonDurable.actor.h:55
↓ 4 callers
Function
when
fdbrpc/include/fdbrpc/LoadBalance.actor.h:643
↓ 4 callers
Function
write
Writes as many bytes as possible from the given SendBuffer chain into the write buffer and returns the number of bytes written (might be 0)
flow/Net2.actor.cpp:1087
↓ 4 callers
Method
write
flow/include/flow/TDMetric.actor.h:408
↓ 4 callers
Method
writeEvent
flow/Trace.cpp:379
↓ 4 callers
Method
writeFile
fdbclient/BackupContainerS3BlobStore.actor.cpp:193
↓ 4 callers
Function
write_digit2_separated
contrib/fmt-8.1.1/include/fmt/chrono.h:536
↓ 4 callers
Method
writing
fdbserver/VersionedBTree.actor.cpp:2119
↓ 3 callers
Function
A
()
bindings/go/godoc-resources/jquery.js:2
↓ 3 callers
Method
Choice
(this Random random, IList<T> items)
contrib/TestHarness/Program.cs:180
↓ 3 callers
Method
Commit
Commit attempts to commit the modifications made in the transaction to the database. Waiting on the returned future will block the calling goroutine u
bindings/go/src/fdb/transaction.go:203
↓ 3 callers
Function
ConfigureSSLContext
flow/TLSConfig.actor.cpp:112
↓ 3 callers
Method
CreateSchemaValidator
Implementation of ISchemaStateFactory<SchemaType>
contrib/rapidjson/rapidjson/schema.h:1785
↓ 3 callers
Function
End
\em Past-the-end element iterator ! \pre IsArray() == true */
contrib/rapidjson/rapidjson/document.h:1619
↓ 3 callers
Method
Error
()
bindings/go/src/fdb/errors.go:45
↓ 3 callers
Function
FirstGreaterOrEqual
FirstGreaterOrEqual returns the KeySelector specifying the lexigraphically least key present in the database which is lexigraphically greater than or
bindings/go/src/fdb/keyselector.go:72
↓ 3 callers
Method
Free
Frees a memory block (concept Allocator)
contrib/rapidjson/rapidjson/allocators.h:229
↓ 3 callers
Method
Future_getError
(long cPtr)
bindings/java/src/main/com/apple/foundationdb/NativeFuture.java:144
↓ 3 callers
Method
GetErrorOffset
Get the position of last parsing error in input, 0 otherwise.
contrib/rapidjson/rapidjson/reader.h:553
↓ 3 callers
Method
GetParseError
Get the \ref ParseErrorCode of last parsing.
contrib/rapidjson/rapidjson/document.h:2486
↓ 3 callers
Function
ISAdjustBalance
flow/include/flow/IndexedSet.h:583
↓ 3 callers
Method
IsCancellable
()
flow/actorcompiler/ParseTree.cs:241
↓ 3 callers
Function
IsNumber
contrib/rapidjson/rapidjson/document.h:994
↓ 3 callers
Method
IsPresent
contrib/stacktrace/stacktrace.amalgamation.cpp:109
↓ 3 callers
Function
IsString
contrib/rapidjson/rapidjson/document.h:1000
↓ 3 callers
Function
K
(a)
bindings/go/godoc-resources/jquery.js:2
↓ 3 callers
Function
MD5_Final
contrib/md5/md5.c:236
↓ 3 callers
Function
MD5_Init
contrib/md5/md5.c:193
↓ 3 callers
Function
MD5_Update
contrib/md5/md5.c:203
↓ 3 callers
Method
MallocState
contrib/rapidjson/rapidjson/schema.h:1813
↓ 3 callers
Function
MemoryBlockToPtr
fdbrpc/libcoroutine/Common.c:99
↓ 3 callers
Method
MultiAdd
(trtr fdb.Transactor, index, value interface{})
recipes/go-recipes/multi.go:54
↓ 3 callers
Method
Normalize
contrib/rapidjson/rapidjson/internal/diyfp.h:98
↓ 3 callers
Function
OpenDatabase
Open returns a database handle to the FoundationDB cluster identified by the provided cluster file and database name. A single client can use this fu
bindings/go/src/fdb/fdb.go:266
↓ 3 callers
Method
Peek
(trtr fdb.Transactor, max bool)
recipes/go-recipes/priority.go:107
↓ 3 callers
Function
Pow10
Computes integer powers of 10 in double (10.0^n). ! This function uses lookup table for fast and accurate results. \param n non-negative exponent.
contrib/rapidjson/rapidjson/internal/pow10.h:28
↓ 3 callers
Method
PutBegin
contrib/rapidjson/rapidjson/stream.h:119
↓ 3 callers
Function
RawAssign
Assignment without calling destructor
contrib/rapidjson/rapidjson/document.h:2186
↓ 3 callers
Method
ReadFile
fdbclient/azure_backup/BackupContainerAzureBlobStore.actor.cpp:63
↓ 3 callers
Method
Realloc
Resizes a memory block (concept Allocator)
contrib/rapidjson/rapidjson/allocators.h:195
↓ 3 callers
Method
Save
fdbclient/include/fdbclient/SimpleIni.h:2150
↓ 3 callers
Function
SetElementsPointer
contrib/rapidjson/rapidjson/document.h:2129
↓ 3 callers
Method
SetLength
contrib/rapidjson/rapidjson/document.h:2071
↓ 3 callers
Method
SetNextWriteNoWriteConflictRange
The next write performed on this transaction will not generate a write conflict range. As a result, other transactions which read the key(s) being mod
bindings/go/src/fdb/generated.go:421
↓ 3 callers
Method
SetReadSystemKeys
Allows this transaction to read system keys (those that start with the byte 0xFF). Implies raw_access.
bindings/go/src/fdb/generated.go:471
↓ 3 callers
Function
SkipWhitespace_SIMD
Skip whitespace with SSE 4.2 pcmpistrm instruction, testing 16 8-byte characters at once.
contrib/rapidjson/rapidjson/reader.h:287
↓ 3 callers
Method
TableSetCell
(trtr fdb.Transactor, row, column int, value interface{})
recipes/go-recipes/table.go:64
↓ 3 callers
Function
Validate
contrib/rapidjson/rapidjson/encodings.h:207
↓ 3 callers
Function
Writer
fdbserver/KeyValueStoreSQLite.actor.cpp:1750
↓ 3 callers
Function
XXH3_128bits_reset_internal
flow/include/flow/xxhash.h:4584
↓ 3 callers
Function
XXH3_mul128_fold64
* Does a 64-bit to 128-bit multiply, then XOR folds it. * * The reason for the separate function is to prevent passing too many structs * around by
flow/include/flow/xxhash.h:2663
↓ 3 callers
Function
XXH_free
flow/include/flow/xxhash.h:903
↓ 3 callers
Function
XXH_malloc
flow/include/flow/xxhash.h:900
↓ 3 callers
Function
XXH_readBE64
flow/include/flow/xxhash.h:1650
↓ 3 callers
Function
XXH_vec_loadu
* Performs an unaligned load and byte swaps it on big endian. */
flow/include/flow/xxhash.h:2432
↓ 3 callers
Method
__creator_delitem
(tr, key_or_slice)
bindings/python/fdb/impl.py:1055
↓ 3 callers
Method
__get_module
(self, fullname)
bindings/python/fdb/six.py:189
↓ 3 callers
Method
__init__
(self, fpointer)
bindings/python/fdb/impl.py:622
↓ 3 callers
Method
__init__
(self, name)
bindings/python/fdb/six.py:88
↓ 3 callers
Method
__init__
(self, subspace, min_api_version=0, max_api_version=int(1e9))
bindings/bindingtester/tests/__init__.py:53
↓ 3 callers
Method
__init__
( self, basedir, name, infile, out, aggregation_policy, symbolicate_backtraces )
tests/TestRunner/TestRunner.py:43
↓ 3 callers
Method
__init__
(self)
packaging/docker/sidecar.py:46
← previous
next →
3,201–3,300 of 23,797, ranked by callers