-
-
-
Methods in io.datarouter.filesystem.snapshot.storage.file with parameters of type FileKey
| Modifier and Type |
Method |
Description |
void |
BlobStorageSnapshotFileStorage.addBranchFile(SnapshotPaths paths,
FileKey fileKey,
CompressedBlocks compressedBlocks) |
|
void |
SnapshotFileStorage.addBranchFile(SnapshotPaths paths,
FileKey fileKey,
CompressedBlocks compressedBlocks) |
|
void |
BlobStorageSnapshotFileStorage.addLeafFile(SnapshotPaths paths,
FileKey fileKey,
CompressedBlocks compressedBlocks) |
|
void |
SnapshotFileStorage.addLeafFile(SnapshotPaths paths,
FileKey fileKey,
CompressedBlocks compressedBlocks) |
|
void |
BlobStorageSnapshotFileStorage.addValueFile(SnapshotPaths paths,
FileKey fileKey,
CompressedBlocks compressedBlocks) |
|
void |
SnapshotFileStorage.addValueFile(SnapshotPaths paths,
FileKey fileKey,
CompressedBlocks compressedBlocks) |
|
void |
BlobStorageSnapshotFileStorage.deleteBranchFile(SnapshotPaths paths,
FileKey fileKey) |
|
void |
SnapshotFileStorage.deleteBranchFile(SnapshotPaths paths,
FileKey fileKey) |
|
void |
BlobStorageSnapshotFileStorage.deleteLeafFile(SnapshotPaths paths,
FileKey fileKey) |
|
void |
SnapshotFileStorage.deleteLeafFile(SnapshotPaths paths,
FileKey fileKey) |
|
void |
BlobStorageSnapshotFileStorage.deleteValueFile(SnapshotPaths paths,
FileKey fileKey) |
|
void |
SnapshotFileStorage.deleteValueFile(SnapshotPaths paths,
FileKey fileKey) |
|