MCPcopy Create free account

hub / github.com/bytedance/terarkdb / functions

Functions18,157 in github.com/bytedance/terarkdb

↓ 4 callersMethodbuildRandomSlice
()
java/src/test/java/org/rocksdb/ReadOptionsTest.java:282
↓ 4 callersFunctionbuildUpdateTestStatusCmd
($diffID, $test, $status)
build_tools/RocksDBCommonHelper.php:38
↓ 4 callersMethodbyteToInt
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 callersFunctionc_str
third-party/gtest-1.8.1/fused-src/gtest/gtest.h:4476
↓ 4 callersMethodcache
table/terark_zip_internal.h:197
↓ 4 callersMethodcacheid
get cache ID
utilities/persistent_cache/block_cache_tier_file.h:124
↓ 4 callersFunctioncall_destructor
util/util.h:22
↓ 4 callersMethodclose
<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 callersMethodcompactRange0
(long handle, boolean reduce_level, int target_level, int target_path_id)
java/src/main/java/org/rocksdb/RocksDB.java:3052
↓ 4 callersMethodcompactionOptionsFIFO
The options for FIFO compaction style @return The FIFO compaction options
java/src/main/java/org/rocksdb/AdvancedColumnFamilyOptionsInterface.java:408
↓ 4 callersMethodcompactionOptionsUniversal
The options needed to support Universal Style compactions @return The Universal Style compaction options
java/src/main/java/org/rocksdb/AdvancedColumnFamilyOptionsInterface.java:391
↓ 4 callersMethodcompressionOptions
Get the different options for compression algorithms @return The compression options
java/src/main/java/org/rocksdb/ColumnFamilyOptionsInterface.java:364
↓ 4 callersMethodcompressionType
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 callersMethodcomputeCapacityHint
(final int estimatedNumberOfItems)
java/src/main/java/org/rocksdb/RocksDB.java:1428
↓ 4 callersFunctionconfigError
---------------------------------------------*/
third-party/bzip2/bzip2.c:883
↓ 4 callersMethodcost_to_cache
include/rocksdb/write_buffer_manager.h:33
↓ 4 callersMethodcreate
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 callersMethoddbPaths
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 callersMethoddb_opt
options/options_parser.h:56
↓ 4 callersMethoddecode_key
memtable/skiplistrep.cc:299
↓ 4 callersMethoddelete
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 callersMethoddeleteRange
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 callersMethoddifference_offset
include/rocksdb/slice.h:193
↓ 4 callersMethoddummy_versions
db/column_family.h:249
↓ 4 callersMethodend
include/rocksdb/utilities/spatial_db.h:143
↓ 4 callersMethoderror
(self, str)
build_tools/precommit_checker.py:33
↓ 4 callersMethodfile_info
table/plain_table_key_coding.h:103
↓ 4 callersMethodgenerate_options_config
(self, nonce)
tools/advisor/advisor/db_options_parser.py:269
↓ 4 callersMethodgetApproximateMemoryUsageByType
<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 callersMethodgetBlob
return the blob as byte array
third-party/fbson/FbsonDocument.h:440
↓ 4 callersMethodgetBlobLen
size of the blob payload only
third-party/fbson/FbsonDocument.h:437
↓ 4 callersMethodgetColumnFamilyOptionsFromProps
<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 callersMethodgetCompactionPriority
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 callersMethodgetComparatorType
()
java/src/main/java/org/rocksdb/Comparator.java:28
↓ 4 callersMethodgetDBOptionsFromProps
<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 callersMethodgetDefaultValue
()
java/benchmark/src/main/java/org/rocksdb/benchmark/DbBenchmark.java:1517
↓ 4 callersMethodgetForUpdate
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 callersMethodgetInfoLogLevel
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 callersMethodgetInstance
Get a reference to the NativeLibraryLoader @return The NativeLibraryLoader
java/src/main/java/org/rocksdb/NativeLibraryLoader.java:29
↓ 4 callersMethodgetKeys
()
java/src/main/java/org/rocksdb/MutableColumnFamilyOptions.java:25
↓ 4 callersMethodgetSnapshot
()
java/src/test/java/org/rocksdb/AbstractTransactionTest.java:72
↓ 4 callersMethodgetTickerCount
()
java/src/test/java/org/rocksdb/StatisticsTest.java:33
↓ 4 callersMethodgetUpdatesSince
<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 callersMethodgetValues
()
java/src/main/java/org/rocksdb/MutableColumnFamilyOptions.java:29
↓ 4 callersMethodget_blob_config
options/cf_options.h:214
↓ 4 callersFunctionget_snapshot_seqno
terark-tools/terark-test/chaos_test.hpp:333
↓ 4 callersMethodget_triggered_rules
(self, data_sources, column_families)
tools/advisor/advisor/rule_parser.py:496
↓ 4 callersFunctionget_value
table/terark_zip_table_reader_test.cc:29
↓ 4 callersMethodignoreMissingColumnFamilies
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 callersMethodisFinished
()
java/benchmark/src/main/java/org/rocksdb/benchmark/DbBenchmark.java:1607
↓ 4 callersMethodisSamePayload
(byte[] value)
java/src/test/java/org/rocksdb/RocksDBTest.java:105
↓ 4 callersMethodis_index
table/get_context.h:83
↓ 4 callersMethodis_manual_compaction
Was this compaction triggered manually by the client?
db/compaction.h:327
↓ 4 callersMethodis_new_log
(log_line)
tools/advisor/advisor/db_log_parser.py:33
↓ 4 callersFunctionisempty_RL
third-party/bzip2/bzlib.c:138
↓ 4 callersMethodjoinable
port/win/win_thread.cc:103
↓ 4 callersMethodkey
memtable/hash_skiplist_rep.cc:224
↓ 4 callersFunctionkey_may_exist_helper
///////////////////////////////////////////////////////////////////////// rocksdb::DB::KeyMayExist
java/rocksjni/rocksjni.cc:418
↓ 4 callersMethodklen
size of the key. 0 indicates it is stored as id
third-party/fbson/FbsonDocument.h:263
↓ 4 callersMethodlevel0FileNumCompactionTrigger
()
java/src/main/java/org/rocksdb/ColumnFamilyOptions.java:679
↓ 4 callersMethodlevel0SlowdownWritesTrigger
()
java/src/main/java/org/rocksdb/ColumnFamilyOptions.java:690
↓ 4 callersMethodloadLibraryFromJarToTemp
(final String tmpDir)
java/src/main/java/org/rocksdb/NativeLibraryLoader.java:83
↓ 4 callersMethodmain
(String[] args)
java/RocksDBJava.java:6
↓ 4 callersMethodmaxBackgroundCompactions
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 callersMethodmaxBytesForLevelBase
()
java/src/main/java/org/rocksdb/ColumnFamilyOptions.java:423
↓ 4 callersMethodmaxWriteBufferNumber
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 callersMethodmaxWriteBufferNumber
()
java/src/main/java/org/rocksdb/ColumnFamilyOptions.java:250
↓ 4 callersFunctionmulti_get_helper
* cf multi get * * @return byte[][] of values or nullptr if an exception occurs */
java/rocksjni/rocksjni.cc:742
↓ 4 callersFunctionmyfeof
---------------------------------------------*/
third-party/bzip2/bzip2.c:317
↓ 4 callersMethodnewSstFile
(final List<KeyValueWithOp> keyValues, boolean useJavaBytewiseComparator)
java/src/test/java/org/rocksdb/SstFileWriterTest.java:59
↓ 4 callersMethodnewStatistics
()
java/src/main/java/org/rocksdb/Statistics.java:137
↓ 4 callersMethodnumLevels
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 callersMethodopen
<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 callersMethodoptimizeForPointLookup
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 callersFunctionoutOfMemory
---------------------------------------------*/
third-party/bzip2/bzip2.c:871
↓ 4 callersMethodown_bytes
table/block.h:159
↓ 4 callersFunctionpointer
third-party/gtest-1.8.1/fused-src/gtest/gtest.h:3437
↓ 4 callersMethodpointer
third-party/gtest-1.8.1/fused-src/gtest/gtest.h:3239
↓ 4 callersFunctionpretty_list
(lst, indent=8)
buckifier/targets_builder.py:7
↓ 4 callersMethodput
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 callersFunctionpwrite
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 callersMethodqueued_for_compaction
db/column_family.h:373
↓ 4 callersMethodqueued_for_garbage_collection
db/column_family.h:374
↓ 4 callersMethodrepeater
Returns repeater that broadcasts the TestEventListener events to all subscribers.
third-party/gtest-1.8.1/fused-src/gtest/gtest-all.cc:5899
↓ 4 callersFunctionresetNumMergeOperatorCalls
db/merge_test.cc:30
↓ 4 callersFunctionrocksdb_delete_helper
* @return true if the delete succeeded, false if a Java Exception was thrown */
java/rocksjni/rocksjni.cc:1026
↓ 4 callersFunctionrocksdb_delete_range_helper
///////////////////////////////////////////////////////////////////////// rocksdb::DB::DeleteRange() * @return true if the delete range succeeded, fal
java/rocksjni/rocksjni.cc:1254
↓ 4 callersFunctionrocksdb_iter_prev
db/c.cc:1208
↓ 4 callersFunctionrocksdb_iter_seek_for_prev
db/c.cc:1201
↓ 4 callersFunctionrocksdb_iterator_helper
java/rocksjni/rocksjni.cc:1521
↓ 4 callersFunctionrocksdb_merge_helper
* @return true if the merge succeeded, false if a Java Exception was thrown */
java/rocksjni/rocksjni.cc:1383
↓ 4 callersFunctionrocksdb_open_helper
///////////////////////////////////////////////////////////////////////// rocksdb::DB::Open
java/rocksjni/rocksjni.cc:32
↓ 4 callersFunctionrocksdb_put_helper
* @return true if the put succeeded, false if a Java Exception was thrown */
java/rocksjni/rocksjni.cc:243
↓ 4 callersFunctionrocksdb_readoptions_set_snapshot
db/c.cc:2944
↓ 4 callersFunctionrocksdb_single_delete_helper
///////////////////////////////////////////////////////////////////////// rocksdb::DB::SingleDelete() * @return true if the single delete succeeded, f
java/rocksjni/rocksjni.cc:1139
↓ 4 callersFunctionrocksdb_writebatch_delete
db/c.cc:1337
↓ 4 callersFunctionrocksdb_writebatch_wi_create
db/c.cc:1463
↓ 4 callersFunctionrocksdb_writebatch_wi_destroy
db/c.cc:1471
↓ 4 callersFunctionsave_reload
table/tests/composite_str_ut.cc:59
↓ 4 callersFunctionsave_reload
table/tests/composite_sorteduint_ut.cc:59
← previousnext →2,201–2,300 of 18,157, ranked by callers