Uses of Class
io.datarouter.filesystem.snapshot.group.vacuum.SnapshotVacuumConfig
| Package | Description |
|---|---|
| io.datarouter.filesystem.snapshot.group | |
| io.datarouter.filesystem.snapshot.group.groupops | |
| io.datarouter.filesystem.snapshot.group.vacuum |
-
Uses of SnapshotVacuumConfig in io.datarouter.filesystem.snapshot.group
Methods in io.datarouter.filesystem.snapshot.group with parameters of type SnapshotVacuumConfig Modifier and Type Method Description SnapshotGroupBuilderSnapshotGroupBuilder. setVacuumConfig(SnapshotVacuumConfig vacuumConfig)Constructors in io.datarouter.filesystem.snapshot.group with parameters of type SnapshotVacuumConfig 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) -
Uses of SnapshotVacuumConfig in io.datarouter.filesystem.snapshot.group.groupops
Constructors in io.datarouter.filesystem.snapshot.group.groupops with parameters of type SnapshotVacuumConfig Constructor Description SnapshotGroupVacuumOps(SnapshotGroup group, String groupId, io.datarouter.storage.file.Directory fileDirectory, SnapshotKeyDecoder snapshotKeyDecoder, SnapshotVacuumConfig vacuumConfig, SnapshotGroupFileReadOps groupFileReader, SnapshotGroupKeyReadOps groupReader) -
Uses of SnapshotVacuumConfig in io.datarouter.filesystem.snapshot.group.vacuum
Fields in io.datarouter.filesystem.snapshot.group.vacuum declared as SnapshotVacuumConfig Modifier and Type Field Description static SnapshotVacuumConfigSnapshotVacuumConfig. DEFAULTConstructors in io.datarouter.filesystem.snapshot.group.vacuum with parameters of type SnapshotVacuumConfig Constructor Description SnapshotVacuumPlanner(SnapshotVacuumConfig config, SnapshotKeyDecoder keyDecoder, List<SnapshotKey> ascKeys)