Structsยง
Enumsยง
- Memory
Request ๐
Staticsยง
- SANITY_
CHECK_ ๐ENABLED
Functionsยง
- check_
subset_ preserve_ order - Check whether the items in
sub_iter
is a subset of the items infull_iter
, and meanwhile preserve the order. - cmp_
delete_ range_ left_ bounds - disable_
sanity_ check - This function is intended to be called during compute node initialization if the storage sanity check is not desired. This controls a global flag so only need to be called once if need to disable the sanity check.
- do_
delete_ ๐sanity_ check - Make sure that the key to delete should exist in storage and the value should be matched.
- do_
insert_ ๐sanity_ check - Make sure the key to insert should not exist in storage.
- do_
update_ ๐sanity_ check - Make sure that the key to update should exist in storage and the value should be matched
- filter_
single_ sst - filter_
with_ ๐delete_ range - merge_
stream ๐ - prune_
nonoverlapping_ ssts - Prune non-overlapping SSTs that does not overlap with a specific key range or does not overlap with a specific table id. Returns the sst ids after pruning.
- prune_
overlapping_ ssts - Prune overlapping SSTs that does not overlap with a specific key range or does not overlap with a specific table id. Returns the sst ids after pruning.
- range_
overlap - sanity_
check_ ๐enabled - search_
sst_ ๐idx - Search the SST containing the specified key within a level, using binary search.
- validate_
delete_ ๐range - wait_
for_ ๐epoch - Wait for the
committed_epoch
oftable_id
to reachwait_epoch
. - wait_
for_ ๐update
Type Aliasesยง
- Request
Queue ๐