Uses of Class
io.datarouter.filesystem.snapshot.storage.file.FileKey
| Package | Description |
|---|---|
| io.datarouter.filesystem.snapshot.block | |
| io.datarouter.filesystem.snapshot.path | |
| io.datarouter.filesystem.snapshot.storage.file |
-
Uses of FileKey in io.datarouter.filesystem.snapshot.block
Methods in io.datarouter.filesystem.snapshot.block that return FileKey Modifier and Type Method Description FileKeyBlockKey. toFileKey() -
Uses of FileKey in io.datarouter.filesystem.snapshot.path
Methods in io.datarouter.filesystem.snapshot.path with parameters of type FileKey Modifier and Type Method Description java.lang.StringSnapshotPaths. branchFile(FileKey fileKey)java.lang.StringSnapshotPathsV1. branchFile(FileKey fileKey)java.lang.StringSnapshotPaths. leafFile(FileKey fileKey)java.lang.StringSnapshotPathsV1. leafFile(FileKey fileKey)java.lang.StringSnapshotPaths. valueFile(FileKey fileKey)java.lang.StringSnapshotPathsV1. valueFile(FileKey fileKey) -
Uses of FileKey in io.datarouter.filesystem.snapshot.storage.file
Methods in io.datarouter.filesystem.snapshot.storage.file that return FileKey Modifier and Type Method Description static FileKeyFileKey. branch(int level, int fileId)static FileKeyFileKey. leaf(int fileId)static FileKeyFileKey. root()static FileKeyFileKey. value(int column, int fileId)Methods in io.datarouter.filesystem.snapshot.storage.file with parameters of type FileKey Modifier and Type Method Description voidBlobStorageSnapshotFileStorage. addBranchFile(SnapshotPaths paths, FileKey fileKey, CompressedBlocks compressedBlocks)voidSnapshotFileStorage. addBranchFile(SnapshotPaths paths, FileKey fileKey, CompressedBlocks compressedBlocks)voidBlobStorageSnapshotFileStorage. addLeafFile(SnapshotPaths paths, FileKey fileKey, CompressedBlocks compressedBlocks)voidSnapshotFileStorage. addLeafFile(SnapshotPaths paths, FileKey fileKey, CompressedBlocks compressedBlocks)voidBlobStorageSnapshotFileStorage. addValueFile(SnapshotPaths paths, FileKey fileKey, CompressedBlocks compressedBlocks)voidSnapshotFileStorage. addValueFile(SnapshotPaths paths, FileKey fileKey, CompressedBlocks compressedBlocks)voidBlobStorageSnapshotFileStorage. deleteBranchFile(SnapshotPaths paths, FileKey fileKey)voidSnapshotFileStorage. deleteBranchFile(SnapshotPaths paths, FileKey fileKey)voidBlobStorageSnapshotFileStorage. deleteLeafFile(SnapshotPaths paths, FileKey fileKey)voidSnapshotFileStorage. deleteLeafFile(SnapshotPaths paths, FileKey fileKey)voidBlobStorageSnapshotFileStorage. deleteValueFile(SnapshotPaths paths, FileKey fileKey)voidSnapshotFileStorage. deleteValueFile(SnapshotPaths paths, FileKey fileKey)