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
↓ 185 callers
Method
getError
fdbserver/OnDemandStore.actor.cpp:59
↓ 185 callers
Method
size
this is number of elements, not length of data
fdbclient/include/fdbclient/Tuple.h:83
↓ 184 callers
Method
log
fdbserver/workloads/AsyncFileRead.actor.cpp:52
↓ 183 callers
Method
end
fdbrpc/dsltest.actor.cpp:314
↓ 183 callers
Function
tokencmp
fdbcli/Util.actor.cpp:33
↓ 182 callers
Method
run
Runs a transactional function against this {@code Tenant} with retry logic. {@link Function#apply(Object) apply(Transaction)} will be called on the
bindings/java/src/main/com/apple/foundationdb/Tenant.java:180
↓ 177 callers
Method
coinflip
flow/include/flow/IRandom.h:176
↓ 177 callers
Function
format
flow/flow.cpp:279
↓ 174 callers
Method
insert
fdbclient/GlobalConfig.actor.cpp:103
↓ 173 callers
Function
to_string
fdbclient/include/fdbclient/AnnotateActor.h:76
↓ 169 callers
Function
range
Returns a slice of keys that includes all tuples of greater length than the specified tuple that that start with the specified elements.
bindings/python/fdb/tuple.py:442
↓ 168 callers
Method
push_back_deep
fdbserver/include/fdbserver/TLogInterface.h:168
↓ 165 callers
Method
createTransaction
Creates a {@link Transaction} that operates on this {@code Tenant}.<br> <br> <b>Note:</b> Java transactions automatically set the {@link TransactionOp
bindings/java/src/main/com/apple/foundationdb/Tenant.java:50
↓ 164 callers
Method
format
contrib/fmt-8.1.1/include/fmt/format.h:2562
↓ 162 callers
Function
yield
flow/include/flow/flow.h:1361
↓ 161 callers
Method
wait
(self)
bindings/python/fdb/impl.py:638
↓ 159 callers
Method
push_args
(self, *args)
bindings/bindingtester/tests/__init__.py:157
↓ 159 callers
Method
what
flow/Error.cpp:165
↓ 156 callers
Function
fdb_check
bindings/c/test/unit/unit_tests.cpp:52
↓ 155 callers
Method
getReply
fdbrpc/include/fdbrpc/fdbrpc.h:727
↓ 153 callers
Method
getBytes
Gets an indexed item as a {@code byte[]}. This function will not do type conversion and so will throw a {@code ClassCastException} if the tuple eleme
bindings/java/src/main/com/apple/foundationdb/tuple/Tuple.java:606
↓ 151 callers
Method
orDefault
flow/include/flow/flow.h:187
↓ 151 callers
Function
wait_future
Blocks until the given future is ready, returning an error code if there was an issue.
bindings/c/test/unit/unit_tests.cpp:75
↓ 150 callers
Method
removePrefix
fdbserver/RestoreCommon.actor.cpp:49
↓ 148 callers
Method
options
Returns a set of options that can be set on a {@code Database} @return a set of database-specific options affecting this {@code Database}
bindings/java/src/main/com/apple/foundationdb/Database.java:153
↓ 148 callers
Method
toValue
fdbclient/TagThrottle.actor.cpp:143
↓ 146 callers
Function
str
contrib/fmt-8.1.1/include/fmt/os.h:159
↓ 145 callers
Method
withSuffix
flow/include/flow/Arena.h:501
↓ 144 callers
Method
pack
Get an encoded representation of this {@code Tuple}. Each element is encoded to {@code byte}s and concatenated. Note that once a {@code Tuple} has be
bindings/java/src/main/com/apple/foundationdb/tuple/Tuple.java:341
↓ 142 callers
Method
create
Creates a subdirectory of this {@code Directory} located at {@code subpath} (creating parent directories if necessary). <p>The returned {@link Comple
bindings/java/src/main/com/apple/foundationdb/directory/Directory.java:140
↓ 142 callers
Method
open
Opens the subdirectory of this {@code Directory} located at {@code subpath}. <p>The returned {@link CompletableFuture} can be set to the following er
bindings/java/src/main/com/apple/foundationdb/directory/Directory.java:105
↓ 141 callers
Method
begin
fdbrpc/dsltest.actor.cpp:313
↓ 141 callers
Function
firstGreaterOrEqual
fdbclient/include/fdbclient/FDBTypes.h:607
↓ 139 callers
Method
name
@return the name of this event, as a unique string. This name should generally be unique, because it's likely that {@code EventKeeper} implementations
bindings/java/src/main/com/apple/foundationdb/EventKeeper.java:115
↓ 138 callers
Method
end
flow/Trace.cpp:1486
↓ 138 callers
Method
serializeBytes
flow/include/flow/serialize.h:614
↓ 136 callers
Method
processId
fdbrpc/include/fdbrpc/Locality.h:267
↓ 136 callers
Method
resize
fdbclient/Tracing.actor.cpp:97
↓ 135 callers
Function
keyAfter
fdbclient/include/fdbclient/FDBTypes.h:505
↓ 135 callers
Method
pack
bindings/flow/Subspace.cpp:48
↓ 135 callers
Function
specialCounter
fdbrpc/include/fdbrpc/Stats.h:161
↓ 133 callers
Method
canBeSet
flow/include/flow/flow.h:639
↓ 133 callers
Method
dcId
default is ""
fdbrpc/include/fdbrpc/Locality.h:270
↓ 133 callers
Method
pack
fdbclient/Subspace.cpp:47
↓ 130 callers
Function
singleKeyRange
fdbclient/include/fdbclient/FDBTypes.h:526
↓ 128 callers
Method
at
fdbclient/include/fdbclient/VersionedMap.h:880
↓ 128 callers
Method
insert
fdbserver/include/fdbserver/art_impl.h:41
↓ 127 callers
Method
read
Runs a read-only transactional function against this {@code Tenant} with retry logic. {@link Function#apply(Object) apply(ReadTransaction)} will be c
bindings/java/src/main/com/apple/foundationdb/Tenant.java:95
↓ 126 callers
Method
close
Close the {@code Tenant} object and release any associated resources. This must be called at least once after the {@code Tenant} object is no longer
bindings/java/src/main/com/apple/foundationdb/Tenant.java:255
↓ 125 callers
Function
map
flow/include/flow/genericactors.actor.h:389
↓ 123 callers
Method
addEvent
flow/Trace.cpp:1355
↓ 123 callers
Method
erase
fdbclient/GlobalConfig.actor.cpp:137
↓ 123 callers
Method
removePrefix
fdbclient/FileBackupAgent.actor.cpp:148
↓ 122 callers
Method
size
bindings/c/test/mako/shm.hpp:76
↓ 121 callers
Function
when
fdbserver/Status.actor.cpp:1337
↓ 120 callers
Method
append
fdbclient/BackupContainerLocalDirectory.actor.cpp:42
↓ 118 callers
Function
unpack
(key, prefix_len=0)
bindings/python/fdb/tuple.py:416
↓ 117 callers
Method
data
Before using these, either init() or postReadHeader and postReadPayload() must be called
fdbserver/include/fdbserver/IPager.h:239
↓ 117 callers
Method
getTransaction
fdbclient/MultiVersionTransaction.actor.cpp:1132
↓ 117 callers
Method
isSet
fdbserver/VersionedBTree.actor.cpp:5381
↓ 116 callers
Method
reset
fdbserver/KeyValueStoreRocksDB.actor.cpp:563
↓ 115 callers
Method
append
////////////////// modification ////////////////////////// * @param parent : direct parent of this newly inserted node * @param val : using val to cr
fdbserver/include/fdbserver/RadixTree.h:767
↓ 114 callers
Method
find
fdbclient/VersionedMap.cpp:51
↓ 114 callers
Function
key
bindings/c/test/unit/unit_tests.cpp:69
↓ 114 callers
Method
whenAtLeast
fdbclient/NativeAPI.actor.cpp:8975
↓ 113 callers
Method
append
flow/include/flow/Arena.h:1142
↓ 112 callers
Method
dependsOn
flow/Arena.cpp:120
↓ 112 callers
Method
getPtr
fdbserver/include/fdbserver/IPager.h:172
↓ 111 callers
Method
key
fdbserver/workloads/Cycle.actor.cpp:136
↓ 110 callers
Method
getInt
fdbclient/Tuple.cpp:314
↓ 108 callers
Method
push_back_deep
fdbclient/include/fdbclient/MutationList.h:113
↓ 105 callers
Method
trigger
fdbclient/GlobalConfig.actor.cpp:99
↓ 104 callers
Method
zoneId
fdbrpc/include/fdbrpc/Locality.h:268
↓ 103 callers
Method
reset
fdbserver/workloads/KVStoreTest.actor.cpp:36
↓ 103 callers
Function
timeoutError
flow/include/flow/genericactors.actor.h:206
↓ 103 callers
Function
timer_monotonic
flow/Platform.actor.cpp:1855
↓ 102 callers
Method
push
(int idx, Object o)
bindings/java/src/test/com/apple/foundationdb/test/Stack.java:26
↓ 102 callers
Method
value
fdbclient/BlobGranuleFiles.cpp:2119
↓ 101 callers
Method
data
bindings/ruby/lib/fdbtuple.rb:53
↓ 101 callers
Method
find
////////////////// lookup //////////////////////////
fdbserver/include/fdbserver/RadixTree.h:620
↓ 101 callers
Method
getValue
fdbserver/include/fdbserver/RadixTree.h:176
↓ 101 callers
Method
intersectingRanges
intersectingRanges returns [begin, end] where begin <= r.begin and end >= r.end
fdbrpc/include/fdbrpc/RangeMap.h:147
↓ 101 callers
Method
push
(entry)
bindings/ruby/tests/tester.rb:67
↓ 100 callers
Method
exists
Checks if this {@code Directory} exists. @param tcx the {@link ReadTransactionContext} to execute this operation in @return a {@link CompletableFutur
bindings/java/src/main/com/apple/foundationdb/directory/Directory.java:362
↓ 100 callers
Method
lower_bound
fdbserver/include/fdbserver/art_impl.h:61
↓ 100 callers
Method
protocolVersion
fdbrpc/FlowTests.actor.cpp:291
↓ 99 callers
Method
beginKey
fdbclient/RYWIterator.cpp:67
↓ 99 callers
Function
timeout
flow/include/flow/genericactors.actor.h:188
↓ 98 callers
Method
getMetric
fdbrpc/include/fdbrpc/PerfMetric.h:66
↓ 97 callers
Method
join
bindings/c/test/apitester/TesterScheduler.cpp:69
↓ 96 callers
Function
joinPath
fdbmonitor/fdbmonitor.cpp:265
↓ 95 callers
Function
mutateString
mutateString() simply casts away const and returns a pointer that can be used to mutate the contents of the given StringRef (it will also accept Stand
flow/include/flow/Arena.h:790
↓ 94 callers
Function
find
contrib/fmt-8.1.1/include/fmt/core.h:2258
↓ 94 callers
Method
pop_front
fdbserver/DiskQueue.actor.cpp:75
↓ 93 callers
Method
error
fdbclient/MultiVersionTransaction.actor.cpp:3270
↓ 93 callers
Method
shortString
flow/flow.cpp:151
↓ 92 callers
Function
flushAndExit
flow/Platform.actor.cpp:3318
↓ 92 callers
Method
toString
fdbserver/storageserver.actor.cpp:691
↓ 91 callers
Method
watch
Creates a watch that will become ready when it reports a change to the value of the specified key.<br> <br> A watch's behavior is relative to the tran
bindings/java/src/main/com/apple/foundationdb/Transaction.java:343
↓ 90 callers
Method
each
bindings/ruby/lib/fdbimpl.rb:768
← previous
next →
101–200 of 23,797, ranked by callers