Uses of Class
io.datarouter.filesystem.snapshot.reader.block.DecodingBlockLoaderFactory
| Package | Description |
|---|---|
| io.datarouter.filesystem.snapshot.group | |
| io.datarouter.filesystem.snapshot.group.groupops |
-
Uses of DecodingBlockLoaderFactory in io.datarouter.filesystem.snapshot.group
Constructors in io.datarouter.filesystem.snapshot.group with parameters of type DecodingBlockLoaderFactory 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 DecodingBlockLoaderFactory in io.datarouter.filesystem.snapshot.group.groupops
Constructors in io.datarouter.filesystem.snapshot.group.groupops with parameters of type DecodingBlockLoaderFactory Constructor Description SnapshotGroupWriteOps(SnapshotGroup group, String groupId, DecodingBlockLoaderFactory decodingBlockLoaderFactory, io.datarouter.storage.file.Directory cacheDirectory, io.datarouter.storage.file.Directory idDirectory, Map<SnapshotKey,DecodingBlockLoader> decodingBlockLoaderBySnapshotKey)