Uses of Interface
io.datarouter.filesystem.snapshot.key.SnapshotKeyDecoder
-
Uses of SnapshotKeyDecoder in io.datarouter.filesystem.snapshot.group
Method parameters in io.datarouter.filesystem.snapshot.group with type arguments of type SnapshotKeyDecoder Modifier and Type Method Description SnapshotGroupBuilderSnapshotGroupBuilder. setSnapshotKeyDecoderClass(Class<? extends SnapshotKeyDecoder> snapshotKeyDecoderClass)Constructor parameters in io.datarouter.filesystem.snapshot.group with type arguments of type SnapshotKeyDecoder 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 SnapshotKeyDecoder in io.datarouter.filesystem.snapshot.group.groupops
Constructors in io.datarouter.filesystem.snapshot.group.groupops with parameters of type SnapshotKeyDecoder Constructor Description 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) -
Uses of SnapshotKeyDecoder in io.datarouter.filesystem.snapshot.group.vacuum
Constructors in io.datarouter.filesystem.snapshot.group.vacuum with parameters of type SnapshotKeyDecoder Constructor Description SnapshotVacuumPlanner(SnapshotVacuumConfig config, SnapshotKeyDecoder keyDecoder, List<SnapshotKey> ascKeys) -
Uses of SnapshotKeyDecoder in io.datarouter.filesystem.snapshot.key
Classes in io.datarouter.filesystem.snapshot.key that implement SnapshotKeyDecoder Modifier and Type Class Description classUlidSnapshotKeyDecoder