-
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) |
|