Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gifted-s/velarixdb
/ functions
Functions
380 in github.com/Gifted-s/velarixdb
⨍
Functions
380
◇
Types & classes
79
Function
test_key_range_not_found
()
src/tests/key_range_test.rs:179
Function
test_key_range_range_query_scan
()
src/tests/key_range_test.rs:312
Function
test_key_range_recover_bloomfilter
()
src/tests/key_range_test.rs:131
Function
test_key_range_remove
()
src/tests/key_range_test.rs:51
Function
test_key_range_set
()
src/tests/key_range_test.rs:37
Function
test_keyspace_name_edge_cases
()
src/db/keyspace.rs:61
Function
test_merge_ssts_in_buckets
()
src/tests/sized_tier_test.rs:166
Function
test_meta_new
()
src/tests/meta_test.rs:8
Function
test_meta_recover
()
src/tests/meta_test.rs:49
Function
test_meta_serialize
()
src/tests/meta_test.rs:76
Function
test_meta_write
()
src/tests/meta_test.rs:35
Function
test_milliseconds_to_datetime
()
src/util/mod.rs:71
Function
test_new
()
src/memtable/mem.rs:361
Function
test_new_empty_block_creation
()
src/block/block_manager.rs:216
Function
test_new_keyrange
()
src/tests/key_range_test.rs:30
Function
test_not_insert_tombstone_elements
()
src/tests/sized_tier_test.rs:564
Function
test_not_insert_tombstone_elements_found_in_tombstone_hashmap
()
src/tests/sized_tier_test.rs:592
Function
test_number_of_elements
()
src/filter/bf.rs:294
Function
test_print_keyspace_name
()
src/tests/store_test.rs:17
Function
test_put_concurrent
()
tests/put_concurrent.rs:9
Function
test_range_new
()
src/tests/key_range_test.rs:9
Function
test_read_chunk_to_garbage_collect
()
src/tests/vlog.rs:123
Function
test_recover
()
src/tests/vlog.rs:97
Function
test_restored_key_range
()
src/tests/key_range_test.rs:204
Function
test_run_compaction
()
src/tests/sized_tier_test.rs:213
Function
test_serialize
()
src/block/block_manager.rs:252
Function
test_set_and_contain
()
src/filter/bf.rs:275
Function
test_set_entry
()
src/block/block_manager.rs:231
Function
test_set_entry_full_block
()
src/block/block_manager.rs:333
Function
test_set_head_tail
()
src/tests/meta_test.rs:20
Function
test_set_head_tail
()
src/tests/vlog.rs:181
Function
test_sized_tier_runner_new
()
src/tests/sized_tier_test.rs:39
Function
test_sstcount_exceed_threshold
()
src/tests/bucket_test.rs:95
Function
test_summary_new
()
src/tests/summary_test.rs:9
Function
test_summary_recover
()
src/tests/summary_test.rs:21
Function
test_summary_serialize
()
src/tests/summary_test.rs:42
Function
test_summary_write
()
src/tests/summary_test.rs:32
Function
test_sync_all
()
src/tests/vlog.rs:80
Function
test_update
()
src/memtable/mem.rs:502
Function
test_update
()
tests/update.rs:5
Function
test_update_key_range
()
src/tests/key_range_test.rs:261
Function
test_valid_keyspace_name
()
src/db/keyspace.rs:28
Function
test_vlog_entry_new
()
src/tests/vlog.rs:201
Function
test_vlog_entry_serialize
()
src/tests/vlog.rs:217
Function
test_vlog_new
()
src/tests/vlog.rs:9
Function
test_with_allow_prefetch
()
src/cfg/config.rs:282
Function
test_with_background_compaction_interval
()
src/cfg/config.rs:398
Function
test_with_background_compaction_interval_invalid
()
src/cfg/config.rs:392
Function
test_with_compaction_strategy
()
src/cfg/config.rs:426
Function
test_with_compactor_flush_listener_interval
()
src/cfg/config.rs:379
Function
test_with_compactor_flush_listener_interval_invalid
()
src/cfg/config.rs:373
Function
test_with_enable_ttl
()
src/cfg/config.rs:331
Function
test_with_entry_ttl
()
src/cfg/config.rs:345
Function
test_with_entry_ttl_invalid
()
src/cfg/config.rs:339
Function
test_with_false_positive_rate
()
src/cfg/config.rs:275
Function
test_with_false_positive_rate_invalid
()
src/cfg/config.rs:269
Function
test_with_gc_chunk_size
()
src/cfg/config.rs:455
Function
test_with_gc_chunk_size_invalid
()
src/cfg/config.rs:449
Function
test_with_max_buffer_write_number
()
src/cfg/config.rs:324
Function
test_with_max_buffer_write_number_invalid
()
src/cfg/config.rs:318
Function
test_with_online_gc_interval
()
src/cfg/config.rs:441
Function
test_with_online_gc_interval_invalid
()
src/cfg/config.rs:435
Function
test_with_prefetch_size
()
src/cfg/config.rs:296
Function
test_with_prefetch_size_invalid
()
src/cfg/config.rs:290
Function
test_with_specified_capacity_and_rate
()
src/memtable/mem.rs:342
Function
test_with_tombstone_compaction_interval
()
src/cfg/config.rs:416
Function
test_with_tombstone_compaction_interval_invalid
()
src/cfg/config.rs:409
Function
test_with_tombstone_ttl
()
src/cfg/config.rs:361
Function
test_with_tombstone_ttl_invalid
()
src/cfg/config.rs:355
Function
test_with_write_buffer_size
()
src/cfg/config.rs:310
Function
test_with_write_buffer_size_invalid
()
src/cfg/config.rs:304
Function
test_write_to_file
()
src/block/block_manager.rs:276
Method
tombstone_compaction_condition_background_checker
( &self, bucket_map: BucketMapHandle, key_range: KeyRangeHandle, )
src/compactors/compact.rs:208
Method
unexpected_eof
()
src/fs/mod.rs:897
Method
with_specified_capacity_and_rate
( size_unit: SizeUnit, capacity: usize, false_positive_rate: f64, )
src/memtable/mem.rs:177
Method
write
Writes `Meta` to disk
src/meta/meta_manager.rs:58
Method
write_tail_to_disk
Inserts tail entry to value log
src/gc/garbage_collector.rs:265
Method
write_to_file
Writes index to file, Return IO error in case it happens
src/index/indexer.rs:140
Method
write_valid_entries_to_store
Adds valid entries to GC Table (will be synced to active memtable later)
src/gc/garbage_collector.rs:279
Method
write_valid_entries_to_vlog
Adds valid entries to value log
src/gc/garbage_collector.rs:304
← previous
301–380 of 380, ranked by callers