Uses of Class
io.datarouter.filesystem.snapshot.group.SnapshotGroup
-
Uses of SnapshotGroup in io.datarouter.filesystem.snapshot.benchmark
Fields in io.datarouter.filesystem.snapshot.benchmark declared as SnapshotGroup Modifier and Type Field Description SnapshotGroupSnapshotBenchmark. groupConstructors in io.datarouter.filesystem.snapshot.benchmark with parameters of type SnapshotGroup Constructor Description SnapshotBenchmark(SnapshotGroup group, int numInputThreads, int numWriterThreads, long numEntries, int writeBatchSize, boolean persist) -
Uses of SnapshotGroup in io.datarouter.filesystem.snapshot.combine
Constructors in io.datarouter.filesystem.snapshot.combine with parameters of type SnapshotGroup Constructor Description SnapshotCombiner(Supplier<Boolean> shouldStop, SnapshotGroup group, ExecutorService readExec, ExecutorService writeExec, SnapshotWriterConfig writerConfig, int scanNumBlocks, int targetNumSnapshots, int maxNewSnapshotsPerIteration) -
Uses of SnapshotGroup in io.datarouter.filesystem.snapshot.group
Methods in io.datarouter.filesystem.snapshot.group that return SnapshotGroup Modifier and Type Method Description SnapshotGroupSnapshotGroupBuilder. build()SnapshotGroupSnapshotGroups. getGroup(String groupId)SnapshotGroupSnapshotGroups. register(SnapshotGroup group)Methods in io.datarouter.filesystem.snapshot.group with parameters of type SnapshotGroup Modifier and Type Method Description SnapshotGroupSnapshotGroups. register(SnapshotGroup group) -
Uses of SnapshotGroup in io.datarouter.filesystem.snapshot.group.groupops
Constructors in io.datarouter.filesystem.snapshot.group.groupops with parameters of type SnapshotGroup 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)SnapshotGroupKeyReadOps(SnapshotGroup group, SnapshotGroupFileReadOps groupFileReader, SnapshotKeyDecoder snapshotKeyDecoder, boolean cacheOk)SnapshotGroupVacuumOps(SnapshotGroup group, String groupId, io.datarouter.storage.file.Directory fileDirectory, SnapshotKeyDecoder snapshotKeyDecoder, SnapshotVacuumConfig vacuumConfig, SnapshotGroupFileReadOps groupFileReader, SnapshotGroupKeyReadOps groupReader)SnapshotGroupWriteOps(SnapshotGroup group, String groupId, DecodingBlockLoaderFactory decodingBlockLoaderFactory, io.datarouter.storage.file.Directory cacheDirectory, io.datarouter.storage.file.Directory idDirectory, Map<SnapshotKey,DecodingBlockLoader> decodingBlockLoaderBySnapshotKey)