Uses of Class
io.datarouter.filesystem.snapshot.encode.RootBlockDecoder
| Package | Description |
|---|---|
| io.datarouter.filesystem.snapshot.group |
-
Uses of RootBlockDecoder in io.datarouter.filesystem.snapshot.group
Constructors in io.datarouter.filesystem.snapshot.group with parameters of type RootBlockDecoder 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)