Crate keys[−][src]
TiKV key building
Modules
rewrite | Key rewriting |
Enums
Error |
Constants
Functions
apply_state_key | |
data_end_key | |
data_key | |
decode_raft_key | Get the region id and log type from raft key. |
decode_raft_log_key | Get the region id and index from raft log key generated by |
decode_region_key | Decode region key, return the region id and meta suffix type. |
decode_region_meta_key | Decode region meta key, return the region id and meta suffix type. |
decode_region_raft_key | Decode region raft key, return the region id and raft suffix type. |
enc_end_key | Get the |
enc_start_key | Get the |
make_region_key | |
make_region_meta_key | |
make_region_prefix | |
next_key | Computes the next key of the given key. |
next_key_no_alloc | |
origin_end_key | |
origin_key | |
raft_log_index | Get the log index from raft log key generated by |
raft_log_key | |
raft_log_prefix | |
raft_state_key | |
region_meta_prefix | |
region_raft_prefix | |
region_raft_prefix_len | |
region_state_key | |
snapshot_raft_state_key | |
validate_data_key |
Type Definitions
Result |