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
↓ 4 callers
Method
buildRandomSlice
()
java/src/test/java/org/rocksdb/ReadOptionsTest.java:282
↓ 4 callers
Function
buildUpdateTestStatusCmd
($diffID, $test, $status)
build_tools/RocksDBCommonHelper.php:38
↓ 4 callers
Method
byteToInt
Convert first 4 bytes of a byte array to an int @param data The byte array @return An integer
java/src/test/java/org/rocksdb/Types.java:21
↓ 4 callers
Function
c_str
third-party/gtest-1.8.1/fused-src/gtest/gtest.h:4476
↓ 4 callers
Method
cache
table/terark_zip_internal.h:197
↓ 4 callers
Method
cacheid
get cache ID
utilities/persistent_cache/block_cache_tier_file.h:124
↓ 4 callers
Function
call_destructor
util/util.h:22
↓ 4 callers
Method
close
<p>Close the TtlDB instance and release resource.</p> <p>Internally, TtlDB owns the {@code rocksdb::DB} pointer to its associated {@link org.rocksdb.
java/src/main/java/org/rocksdb/TtlDB.java:176
↓ 4 callers
Method
compactRange0
(long handle, boolean reduce_level, int target_level, int target_path_id)
java/src/main/java/org/rocksdb/RocksDB.java:3052
↓ 4 callers
Method
compactionOptionsFIFO
The options for FIFO compaction style @return The FIFO compaction options
java/src/main/java/org/rocksdb/AdvancedColumnFamilyOptionsInterface.java:408
↓ 4 callers
Method
compactionOptionsUniversal
The options needed to support Universal Style compactions @return The Universal Style compaction options
java/src/main/java/org/rocksdb/AdvancedColumnFamilyOptionsInterface.java:391
↓ 4 callers
Method
compressionOptions
Get the different options for compression algorithms @return The compression options
java/src/main/java/org/rocksdb/ColumnFamilyOptionsInterface.java:364
↓ 4 callers
Method
compressionType
Compress blocks using the specified compression algorithm. This parameter can be changed dynamically. Default: SNAPPY_COMPRESSION, which gives light
java/src/main/java/org/rocksdb/MutableColumnFamilyOptionsInterface.java:158
↓ 4 callers
Method
computeCapacityHint
(final int estimatedNumberOfItems)
java/src/main/java/org/rocksdb/RocksDB.java:1428
↓ 4 callers
Function
configError
---------------------------------------------*/
third-party/bzip2/bzip2.c:883
↓ 4 callers
Method
cost_to_cache
include/rocksdb/write_buffer_manager.h:33
↓ 4 callers
Method
create
Creates a Checkpoint object to be used for creating open-able snapshots. @param db {@link RocksDB} instance. @return a Checkpoint instance. @throws
java/src/main/java/org/rocksdb/Checkpoint.java:26
↓ 4 callers
Method
dbPaths
A list of paths where SST files can be put into, with its target size. Newer data is placed into paths specified earlier in the vector while older dat
java/src/main/java/org/rocksdb/DBOptionsInterface.java:395
↓ 4 callers
Method
db_opt
options/options_parser.h:56
↓ 4 callers
Method
decode_key
memtable/skiplistrep.cc:299
↓ 4 callers
Method
delete
Delete the database entry (if any) for "key". Returns OK on success, and a non-OK status on error. It is not an error if "key" did not exist in the
java/src/main/java/org/rocksdb/RocksDB.java:1610
↓ 4 callers
Method
deleteRange
Removes the database entries in the range ["beginKey", "endKey"), i.e., including "beginKey" and excluding "endKey". a non-OK status on error. It is n
java/src/main/java/org/rocksdb/WriteBatchInterface.java:165
↓ 4 callers
Method
difference_offset
include/rocksdb/slice.h:193
↓ 4 callers
Method
dummy_versions
db/column_family.h:249
↓ 4 callers
Method
end
include/rocksdb/utilities/spatial_db.h:143
↓ 4 callers
Method
error
(self, str)
build_tools/precommit_checker.py:33
↓ 4 callers
Method
file_info
table/plain_table_key_coding.h:103
↓ 4 callers
Method
generate_options_config
(self, nonce)
tools/advisor/advisor/db_options_parser.py:269
↓ 4 callers
Method
getApproximateMemoryUsageByType
<p>Returns the approximate memory usage of different types in the input list of DBs and Cache set. For instance, in the output map the key kMemTableT
java/src/main/java/org/rocksdb/MemoryUtil.java:30
↓ 4 callers
Method
getBlob
return the blob as byte array
third-party/fbson/FbsonDocument.h:440
↓ 4 callers
Method
getBlobLen
size of the blob payload only
third-party/fbson/FbsonDocument.h:437
↓ 4 callers
Method
getColumnFamilyOptionsFromProps
<p>Method to get a options instance by using pre-configured property values. If one or many values are undefined in the context of RocksDB the method
java/src/main/java/org/rocksdb/ColumnFamilyOptions.java:87
↓ 4 callers
Method
getCompactionPriority
Get CompactionPriority by byte value. @param value byte representation of CompactionPriority. @return {@link org.rocksdb.CompactionPriority} instanc
java/src/main/java/org/rocksdb/CompactionPriority.java:63
↓ 4 callers
Method
getComparatorType
()
java/src/main/java/org/rocksdb/Comparator.java:28
↓ 4 callers
Method
getDBOptionsFromProps
<p>Method to get a options instance by using pre-configured property values. If one or many values are undefined in the context of RocksDB the method
java/src/main/java/org/rocksdb/DBOptions.java:71
↓ 4 callers
Method
getDefaultValue
()
java/benchmark/src/main/java/org/rocksdb/benchmark/DbBenchmark.java:1517
↓ 4 callers
Method
getForUpdate
Read this key and ensure that this transaction will only be able to be committed if this key is not written outside this transaction after it has firs
java/src/main/java/org/rocksdb/Transaction.java:443
↓ 4 callers
Method
getInfoLogLevel
Get InfoLogLevel by byte value. @param value byte representation of InfoLogLevel. @return {@link org.rocksdb.InfoLogLevel} instance. @throws java.la
java/src/main/java/org/rocksdb/InfoLogLevel.java:39
↓ 4 callers
Method
getInstance
Get a reference to the NativeLibraryLoader @return The NativeLibraryLoader
java/src/main/java/org/rocksdb/NativeLibraryLoader.java:29
↓ 4 callers
Method
getKeys
()
java/src/main/java/org/rocksdb/MutableColumnFamilyOptions.java:25
↓ 4 callers
Method
getSnapshot
()
java/src/test/java/org/rocksdb/AbstractTransactionTest.java:72
↓ 4 callers
Method
getTickerCount
()
java/src/test/java/org/rocksdb/StatisticsTest.java:33
↓ 4 callers
Method
getUpdatesSince
<p>Returns an iterator that is positioned at a write-batch containing seq_number. If the sequence number is non existent, it returns an iterator at th
java/src/main/java/org/rocksdb/RocksDB.java:2777
↓ 4 callers
Method
getValues
()
java/src/main/java/org/rocksdb/MutableColumnFamilyOptions.java:29
↓ 4 callers
Method
get_blob_config
options/cf_options.h:214
↓ 4 callers
Function
get_snapshot_seqno
terark-tools/terark-test/chaos_test.hpp:333
↓ 4 callers
Method
get_triggered_rules
(self, data_sources, column_families)
tools/advisor/advisor/rule_parser.py:496
↓ 4 callers
Function
get_value
table/terark_zip_table_reader_test.cc:29
↓ 4 callers
Method
ignoreMissingColumnFamilies
If true and if user is trying to write to column families that don't exist (they were dropped), ignore the write (don't return an error). If there are
java/src/main/java/org/rocksdb/WriteOptions.java:140
↓ 4 callers
Method
isFinished
()
java/benchmark/src/main/java/org/rocksdb/benchmark/DbBenchmark.java:1607
↓ 4 callers
Method
isSamePayload
(byte[] value)
java/src/test/java/org/rocksdb/RocksDBTest.java:105
↓ 4 callers
Method
is_index
table/get_context.h:83
↓ 4 callers
Method
is_manual_compaction
Was this compaction triggered manually by the client?
db/compaction.h:327
↓ 4 callers
Method
is_new_log
(log_line)
tools/advisor/advisor/db_log_parser.py:33
↓ 4 callers
Function
isempty_RL
third-party/bzip2/bzlib.c:138
↓ 4 callers
Method
joinable
port/win/win_thread.cc:103
↓ 4 callers
Method
key
memtable/hash_skiplist_rep.cc:224
↓ 4 callers
Function
key_may_exist_helper
///////////////////////////////////////////////////////////////////////// rocksdb::DB::KeyMayExist
java/rocksjni/rocksjni.cc:418
↓ 4 callers
Method
klen
size of the key. 0 indicates it is stored as id
third-party/fbson/FbsonDocument.h:263
↓ 4 callers
Method
level0FileNumCompactionTrigger
()
java/src/main/java/org/rocksdb/ColumnFamilyOptions.java:679
↓ 4 callers
Method
level0SlowdownWritesTrigger
()
java/src/main/java/org/rocksdb/ColumnFamilyOptions.java:690
↓ 4 callers
Method
loadLibraryFromJarToTemp
(final String tmpDir)
java/src/main/java/org/rocksdb/NativeLibraryLoader.java:83
↓ 4 callers
Method
main
(String[] args)
java/RocksDBJava.java:6
↓ 4 callers
Method
maxBackgroundCompactions
Returns the maximum number of concurrent background compaction jobs, submitted to the default LOW priority thread pool. When increasing this number, w
java/src/main/java/org/rocksdb/DBOptionsInterface.java:519
↓ 4 callers
Method
maxBytesForLevelBase
()
java/src/main/java/org/rocksdb/ColumnFamilyOptions.java:423
↓ 4 callers
Method
maxWriteBufferNumber
Returns maximum number of write buffers. @return maximum number of write buffers. @see #setMaxWriteBufferNumber(int)
java/src/main/java/org/rocksdb/AdvancedMutableColumnFamilyOptionsInterface.java:35
↓ 4 callers
Method
maxWriteBufferNumber
()
java/src/main/java/org/rocksdb/ColumnFamilyOptions.java:250
↓ 4 callers
Function
multi_get_helper
* cf multi get * * @return byte[][] of values or nullptr if an exception occurs */
java/rocksjni/rocksjni.cc:742
↓ 4 callers
Function
myfeof
---------------------------------------------*/
third-party/bzip2/bzip2.c:317
↓ 4 callers
Method
newSstFile
(final List<KeyValueWithOp> keyValues, boolean useJavaBytewiseComparator)
java/src/test/java/org/rocksdb/SstFileWriterTest.java:59
↓ 4 callers
Method
newStatistics
()
java/src/main/java/org/rocksdb/Statistics.java:137
↓ 4 callers
Method
numLevels
If level-styled compaction is used, then this number determines the total number of levels. @return the number of levels.
java/src/main/java/org/rocksdb/AdvancedColumnFamilyOptionsInterface.java:230
↓ 4 callers
Method
open
<p>Opens a TtlDB.</p> <p>Database is opened in read-write mode without default TTL.</p> @param options {@link org.rocksdb.Options} instance. @param
java/src/main/java/org/rocksdb/TtlDB.java:66
↓ 4 callers
Method
optimizeForPointLookup
Use this if you don't need to keep the data sorted, i.e. you'll never use an iterator, only Put() and Get() API calls @param blockCacheSizeMb Block c
java/src/main/java/org/rocksdb/ColumnFamilyOptionsInterface.java:27
↓ 4 callers
Function
outOfMemory
---------------------------------------------*/
third-party/bzip2/bzip2.c:871
↓ 4 callers
Method
own_bytes
table/block.h:159
↓ 4 callers
Function
pointer
third-party/gtest-1.8.1/fused-src/gtest/gtest.h:3437
↓ 4 callers
Method
pointer
third-party/gtest-1.8.1/fused-src/gtest/gtest.h:3239
↓ 4 callers
Function
pretty_list
(lst, indent=8)
buckifier/targets_builder.py:7
↓ 4 callers
Method
put
Add a Put key with value to currently opened file. @param key the specified key to be inserted. @param value the value associated with the specified
java/src/main/java/org/rocksdb/SstFileWriter.java:103
↓ 4 callers
Function
pwrite
We preserve the original name of this interface to denote the original idea behind it. All reads happen by a specified offset and pwrite interface doe
port/win/io_win.cc:71
↓ 4 callers
Method
queued_for_compaction
db/column_family.h:373
↓ 4 callers
Method
queued_for_garbage_collection
db/column_family.h:374
↓ 4 callers
Method
repeater
Returns repeater that broadcasts the TestEventListener events to all subscribers.
third-party/gtest-1.8.1/fused-src/gtest/gtest-all.cc:5899
↓ 4 callers
Function
resetNumMergeOperatorCalls
db/merge_test.cc:30
↓ 4 callers
Function
rocksdb_delete_helper
* @return true if the delete succeeded, false if a Java Exception was thrown */
java/rocksjni/rocksjni.cc:1026
↓ 4 callers
Function
rocksdb_delete_range_helper
///////////////////////////////////////////////////////////////////////// rocksdb::DB::DeleteRange() * @return true if the delete range succeeded, fal
java/rocksjni/rocksjni.cc:1254
↓ 4 callers
Function
rocksdb_iter_prev
db/c.cc:1208
↓ 4 callers
Function
rocksdb_iter_seek_for_prev
db/c.cc:1201
↓ 4 callers
Function
rocksdb_iterator_helper
java/rocksjni/rocksjni.cc:1521
↓ 4 callers
Function
rocksdb_merge_helper
* @return true if the merge succeeded, false if a Java Exception was thrown */
java/rocksjni/rocksjni.cc:1383
↓ 4 callers
Function
rocksdb_open_helper
///////////////////////////////////////////////////////////////////////// rocksdb::DB::Open
java/rocksjni/rocksjni.cc:32
↓ 4 callers
Function
rocksdb_put_helper
* @return true if the put succeeded, false if a Java Exception was thrown */
java/rocksjni/rocksjni.cc:243
↓ 4 callers
Function
rocksdb_readoptions_set_snapshot
db/c.cc:2944
↓ 4 callers
Function
rocksdb_single_delete_helper
///////////////////////////////////////////////////////////////////////// rocksdb::DB::SingleDelete() * @return true if the single delete succeeded, f
java/rocksjni/rocksjni.cc:1139
↓ 4 callers
Function
rocksdb_writebatch_delete
db/c.cc:1337
↓ 4 callers
Function
rocksdb_writebatch_wi_create
db/c.cc:1463
↓ 4 callers
Function
rocksdb_writebatch_wi_destroy
db/c.cc:1471
↓ 4 callers
Function
save_reload
table/tests/composite_str_ut.cc:59
↓ 4 callers
Function
save_reload
table/tests/composite_sorteduint_ut.cc:59
← previous
next →
2,201–2,300 of 18,157, ranked by callers