Module raftstore::store::snap[][src]

Modules

snap_io

Structs

ApplyAbortChecker
ApplyOptions
CfFile
CfFileForRecving
MetaFile
Snap
SnapKey
SnapManager

SnapManagerCore trace all current processing snapshots.

SnapManagerBuilder
SnapManagerCore
SnapStats

SnapStats is for snapshot statistics.

SnapshotStatistics

Enums

CheckPolicy
Error
SnapEntry

Constants

CLONE_FILE_SUFFIX
DELETE_RETRY_MAX_TIMES
DELETE_RETRY_TIME_MILLIS
DEL_RANGE_PREFIX
IO_LIMITER_CHUNK_SIZE
META_FILE_SUFFIX
SNAPSHOT_CFS
SNAPSHOT_CFS_ENUM_PAIR
SNAPSHOT_VERSION
SNAP_GEN_PREFIX

Name prefix for the self-generated snapshot file.

SNAP_REV_PREFIX

Name prefix for the received snapshot file.

SST_FILE_SUFFIX
TMP_FILE_SUFFIX

Traits

GenericSnapshot

GenericSnapshot is a snapshot not tied to any KV engines.

Snapshot

Snapshot is a trait for snapshot. It’s used in these scenarios:

Functions

calc_checksum_and_size
check_abort
check_file_checksum
check_file_size
check_file_size_and_checksum
copy_snapshot
gen_snapshot_meta
plain_file_used
retry_delete_snapshot

Type Definitions

Result