Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/terarkdb
/ functions
Functions
18,157 in github.com/bytedance/terarkdb
⨍
Functions
18,157
◇
Types & classes
3,680
↓ 19 callers
Method
parseBoolean
(String value)
java/benchmark/src/main/java/org/rocksdb/benchmark/DbBenchmark.java:1525
↓ 19 callers
Function
rocksdb_destroy_db
db/c.cc:1170
↓ 19 callers
Function
rocksdb_open
db/c.cc:523
↓ 19 callers
Function
set
third-party/gtest-1.8.1/fused-src/gtest/gtest.h:3440
↓ 19 callers
Method
setDisableAutoCompactions
Disable automatic compactions. Manual compactions can still be issued on this column family @param disableAutoCompactions true if auto-compactions ar
java/src/main/java/org/rocksdb/MutableColumnFamilyOptionsInterface.java:47
↓ 19 callers
Function
split
* @brief split file path into dir path and file name * @details * Because rocksdb only need a 2-level structure (dir/file), all input path will be s
utilities/env_librados.cc:74
↓ 19 callers
Method
trans_to_string
util/lazy_buffer.cc:556
↓ 19 callers
Function
trim
util/string_util.cc:257
↓ 19 callers
Method
wait
util/async_task.h:39
↓ 19 callers
Method
writable_file
util/file_reader_writer.h:232
↓ 18 callers
Method
Alignment
util/aligned_buffer.h:71
↓ 18 callers
Function
AssertionFailure
Makes a failed assertion result.
third-party/gtest-1.8.1/fused-src/gtest/gtest-all.cc:2515
↓ 18 callers
Function
DescriptorFileName
util/filename.cc:133
↓ 18 callers
Function
EncodeKey
Encode a suitable internal key target for "target" and return it. Uses *scratch as scratch space, and the returned pointer will point into this scratc
db/memtable.cc:260
↓ 18 callers
Method
GetDbDir
db/db_impl.h:1340
↓ 18 callers
Method
GetPropertiesOfAllTables
db/db_impl.cc:2321
↓ 18 callers
Method
IsStopped
db/write_controller.cc:37
↓ 18 callers
Function
Key
db/terark_zip_table_db_test.cc:370
↓ 18 callers
Function
MakeKey
tools/sst_dump_test.cc:27
↓ 18 callers
Function
MaxFileSizeForLevel
when level_compaction_dynamic_level_bytes is true and leveled compaction is used, the base level is not always L1, so precomupted max_file_size can no
options/cf_options.cc:98
↓ 18 callers
Method
Next
memtable/inlineskiplist.h:374
↓ 18 callers
Method
NumLevelBytes
db/version_set.cc:2536
↓ 18 callers
Method
OptimizeLevelStyleCompaction
options/options.cc:497
↓ 18 callers
Method
ReleaseSnapshot
utilities/transactions/transaction_base.cc:613
↓ 18 callers
Function
RepairDB
db/repair.cc:773
↓ 18 callers
Method
Serialize
utilities/cassandra/format.cc:31
↓ 18 callers
Method
SetMinPossibleForUserKey
sets the internal key to be smaller or equal to all internal keys with this user key
db/dbformat.h:217
↓ 18 callers
Method
SetSavePoint
db/write_batch.cc:957
↓ 18 callers
Function
TestGetTickerCount
util/slice_transform_test.cc:94
↓ 18 callers
Method
end_key
db/range_del_aggregator.h:65
↓ 18 callers
Method
level
Returns the level associated to the specified compaction input level. If compaction_input_level is not specified, then input_level is set to 0.
db/compaction.h:200
↓ 18 callers
Method
remove_prefix
Drop the first "n" bytes from this slice.
include/rocksdb/slice.h:97
↓ 18 callers
Method
set_l0_delay_trigger_count
db/version_set.h:318
↓ 18 callers
Method
startsWith
Determines whether this slice starts with another slice @param prefix Another slice which may of may not be a prefix of this slice. @return true w
java/src/main/java/org/rocksdb/AbstractSlice.java:167
↓ 18 callers
Method
table_magic_number
table/format.h:129
↓ 17 callers
Function
Aborted
include/rocksdb/status.h:159
↓ 17 callers
Method
AddCommitted
utilities/transactions/write_prepared_txn_db.cc:400
↓ 17 callers
Method
AddDBStats
db/internal_stats.h:329
↓ 17 callers
Method
Apply
db/version_builder.cc:816
↓ 17 callers
Method
ApproximateOffsetOf
table/table_test.cc:329
↓ 17 callers
Function
Between
table/table_test.cc:966
↓ 17 callers
Method
CalculateBaseBytes
db/version_set.cc:2625
↓ 17 callers
Method
CreateDir
* @brief create new dir * @details [long description] * * @param dirname [description] * @return [description] */
utilities/env_librados.cc:1182
↓ 17 callers
Method
DecodeFrom
db/version_edit.cc:403
↓ 17 callers
Method
Done
tools/db_bench_tool.cc:1964
↓ 17 callers
Function
EncodeFixed64
util/coding.h:193
↓ 17 callers
Method
Equal
memtable/skiplist.h:140
↓ 17 callers
Function
FilePath
third-party/gtest-1.8.1/fused-src/gtest/gtest.h:4460
↓ 17 callers
Method
GetBGError
db/error_handler.h:37
↓ 17 callers
Method
GetChildren
* @brief get subfile name of dir_in * @details [long description] * * @param dir_in [description] * @param result [description] * * @return [des
utilities/env_librados.cc:1125
↓ 17 callers
Method
Insert
cache/cache_test.cc:111
↓ 17 callers
Method
IsOwner
utilities/document/json_document.cc:476
↓ 17 callers
Method
LogNumber
db/transaction_log_impl.h:40
↓ 17 callers
Function
MeasureTime
Utility functions
monitoring/statistics.h:100
↓ 17 callers
Method
Next
db/db_iter_stress_test.cc:379
↓ 17 callers
Method
Put
db/column_family_test.cc:346
↓ 17 callers
Method
Read
db/log_test.cc:188
↓ 17 callers
Function
ShutdownInProgress
include/rocksdb/status.h:152
↓ 17 callers
Method
SingleDelete
utilities/transactions/transaction_base.cc:367
↓ 17 callers
Method
Transform
table/table_test.cc:3144
↓ 17 callers
Method
Unref
db/column_family.cc:380
↓ 17 callers
Method
Valid
utilities/document/document_db.cc:701
↓ 17 callers
Method
assertRunOKFull
All command-line params must be specified. Allows full flexibility in testing; for example: missing db param.
tools/ldb_test.py:48
↓ 17 callers
Method
getCode
()
java/src/main/java/org/rocksdb/Status.java:34
↓ 17 callers
Method
getEvents
Returns a copy of the current events list @return a list of the events which have happened upto now
java/src/test/java/org/rocksdb/util/CapturingWriteBatchHandler.java:24
↓ 17 callers
Method
setTableFormatConfig
Set the config for table format. @param config the table format config. @return the reference of the current options.
java/src/main/java/org/rocksdb/ColumnFamilyOptionsInterface.java:315
↓ 17 callers
Method
setWriteBufferSize
Amount of data to build up in memory (backed by an unsorted log on disk) before converting to a sorted on-disk file. Larger values increase performan
java/src/main/java/org/rocksdb/MutableColumnFamilyOptionsInterface.java:30
↓ 16 callers
Method
AddBytes
tools/db_bench_tool.cc:1787
↓ 16 callers
Method
AddCFStats
db/internal_stats.h:324
↓ 16 callers
Method
AllocateNewBuffer
Allocates a new buffer and sets bufstart_ to the aligned first byte. requested_capacity: requested new buffer capacity. This capacity will be rounded
util/aligned_buffer.h:105
↓ 16 callers
Method
Append
env/io_posix.cc:642
↓ 16 callers
Function
AssertIterKey
utilities/write_batch_with_index/write_batch_with_index_test.cc:1421
↓ 16 callers
Function
Bool
Bool() allows generating tests with parameters in a set of (false, true). Synopsis: Bool() - returns a generator producing sequences with elements {f
third-party/gtest-1.8.1/fused-src/gtest/gtest.h:18707
↓ 16 callers
Method
ClearTrace
util/sync_point.cc:57
↓ 16 callers
Method
Close
db/db_impl.cc:3382
↓ 16 callers
Method
Contains
utilities/document/json_document.cc:297
↓ 16 callers
Method
DeleteDir
env/mock_env.cc:638
↓ 16 callers
Method
DeleteFile
env/mock_env.cc:599
↓ 16 callers
Method
EncodeTo
table/format.cc:51
↓ 16 callers
Function
Error
env/env.cc:229
↓ 16 callers
Method
Generate
tools/db_bench_tool.cc:1313
↓ 16 callers
Method
GetDBOptions
db/db_impl.cc:2378
↓ 16 callers
Function
GetMemTableRepFactoryFromString
table/plain_table_factory.cc:100
↓ 16 callers
Method
GetThreadList
port/win/env_win.cc:1262
↓ 16 callers
Function
IsAll
terark-tools/terark-test/chaos_test.hpp:245
↓ 16 callers
Method
KeyMayMatch
table/full_filter_block_test.cc:76
↓ 16 callers
Method
LevelFilesBrief
db/version_edit.h:239
↓ 16 callers
Function
MakeRangeDelIter
db/range_tombstone_fragmenter_test.cc:20
↓ 16 callers
Function
Message
Copy constructor.
third-party/gtest-1.8.1/fused-src/gtest/gtest.h:4075
↓ 16 callers
Method
NewObject
java/rocksjni/jni.h:868
↓ 16 callers
Function
PackSequenceAndType
db/dbformat.cc:34
↓ 16 callers
Method
PickMemtablesToFlush
Returns the memtables that need to be flushed.
db/memtable_list.cc:280
↓ 16 callers
Function
PopulateHistogram
monitoring/histogram_test.cc:22
↓ 16 callers
Function
RandomString
db/terark_zip_table_db_test.cc:376
↓ 16 callers
Method
Range
Return a truncated version of the list. First, negative values for first/last are interpreted as "end of list". So, if first == -1, then it is re-set
utilities/redis/redis_lists.cc:119
↓ 16 callers
Method
Read
env/env_test.cc:1597
↓ 16 callers
Method
ReadBlockContents
table/block_fetcher.cc:207
↓ 16 callers
Method
Seek
db/db_iter_test.cc:141
↓ 16 callers
Method
Seek
terark-tools/sst_scan/sst_scan.cc:184
↓ 16 callers
Method
Set
db/dbformat.h:237
← previous
next →
601–700 of 18,157, ranked by callers