Uses of Interface
io.datarouter.filesystem.snapshot.encode.RootBlockEncoder
| Package | Description |
|---|---|
| io.datarouter.filesystem.snapshot.block.root | |
| io.datarouter.filesystem.snapshot.writer |
-
Uses of RootBlockEncoder in io.datarouter.filesystem.snapshot.block.root
Classes in io.datarouter.filesystem.snapshot.block.root that implement RootBlockEncoder Modifier and Type Class Description classRootBlockV1Encoder -
Uses of RootBlockEncoder in io.datarouter.filesystem.snapshot.writer
Fields in io.datarouter.filesystem.snapshot.writer with type parameters of type RootBlockEncoder Modifier and Type Field Description Supplier<RootBlockEncoder>SnapshotWriterConfig. rootBlockEncoderSupplierMethod parameters in io.datarouter.filesystem.snapshot.writer with type arguments of type RootBlockEncoder Modifier and Type Method Description SnapshotWriterConfigBuilderSnapshotWriterConfigBuilder. withRootBlockEncoderFactory(Supplier<RootBlockEncoder> rootBlockEncoderSupplier)