Uses of Class
io.datarouter.filesystem.snapshot.path.SnapshotPathsRegistry
| Package | Description |
|---|---|
| io.datarouter.filesystem.snapshot.group | |
| io.datarouter.filesystem.snapshot.group.groupops | |
| io.datarouter.filesystem.snapshot.storage.file |
-
Uses of SnapshotPathsRegistry in io.datarouter.filesystem.snapshot.group
Constructors in io.datarouter.filesystem.snapshot.group with parameters of type SnapshotPathsRegistry Constructor Description SnapshotGroup(String groupId, SnapshotPathsRegistry pathsRegistry, RootBlockDecoder rootBlockDecoder, DecodingBlockLoaderFactory decodingBlockLoaderFactory, io.datarouter.storage.file.Directory directory, io.datarouter.storage.file.Directory cacheDirectory, Class<? extends SnapshotKeyDecoder> snapshotKeyDecoderClass, Class<? extends SnapshotRecordStringDecoder> snapshotRecordDecoderClass, SnapshotVacuumConfig vacuumConfig)SnapshotGroupBuilder(String groupId, SnapshotPathsRegistry pathsRegistry, RootBlockDecoder rootBlockDecoder, DecodingBlockLoaderFactory decodingBlockLoaderFactory, io.datarouter.storage.file.Directory groupDirectory) -
Uses of SnapshotPathsRegistry in io.datarouter.filesystem.snapshot.group.groupops
Constructors in io.datarouter.filesystem.snapshot.group.groupops with parameters of type SnapshotPathsRegistry Constructor Description SnapshotGroupDeleteOps(SnapshotGroup group, SnapshotPathsRegistry pathsRegistry, io.datarouter.storage.file.Directory groupSubpath, io.datarouter.storage.file.Directory idSubpath, io.datarouter.storage.file.Directory fileSubpath) -
Uses of SnapshotPathsRegistry in io.datarouter.filesystem.snapshot.storage.file
Constructors in io.datarouter.filesystem.snapshot.storage.file with parameters of type SnapshotPathsRegistry Constructor Description SnapshotFileDeleter(RootBlock rootBlock, SnapshotPathsRegistry pathsRegistry, SnapshotKey snapshotKey, SnapshotFileStorage snapshotFileStorage, ExecutorService exec, int numThreads)