Add chunk store and chunk list helper

This commit is contained in:
liyaxing
2023-09-08 15:52:05 +08:00
parent 1e5b9afd0f
commit e8e3812d28
6 changed files with 164 additions and 28 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ class PositionType(Enum):
Device = 2
File = 3
FileRange = 4
ChunkManager = 5
ChunkStore = 5
class PositionFileRange: