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(java.lang.String groupId, SnapshotPathsRegistry pathsRegistry, RootBlockDecoder rootBlockDecoder, DecodingBlockLoaderFactory decodingBlockLoaderFactory, io.datarouter.storage.file.Directory directory, io.datarouter.storage.file.Directory cacheDirectory, java.lang.Class<? extends SnapshotKeyDecoder> snapshotKeyDecoderClass, java.lang.Class<? extends SnapshotRecordStringDecoder> snapshotRecordDecoderClass, SnapshotVacuumConfig vacuumConfig)SnapshotGroupBuilder(java.lang.String groupId, SnapshotPathsRegistry pathsRegistry, RootBlockDecoder rootBlockDecoder, DecodingBlockLoaderFactory decodingBlockLoaderFactory, io.datarouter.storage.file.Directory groupDirectory)