Uses of Interface
io.datarouter.filesystem.snapshot.encode.LeafBlockEncoder
| Package | Description |
|---|---|
| io.datarouter.filesystem.snapshot.block.leaf | |
| io.datarouter.filesystem.snapshot.encode | |
| io.datarouter.filesystem.snapshot.writer |
-
Uses of LeafBlockEncoder in io.datarouter.filesystem.snapshot.block.leaf
Classes in io.datarouter.filesystem.snapshot.block.leaf that implement LeafBlockEncoder Modifier and Type Class Description classLeafBlockV1Encoder -
Uses of LeafBlockEncoder in io.datarouter.filesystem.snapshot.encode
Fields in io.datarouter.filesystem.snapshot.encode with type parameters of type LeafBlockEncoder Modifier and Type Field Description static java.util.Comparator<LeafBlockEncoder>LeafBlockEncoder. BLOCK_ID_COMPARATOR -
Uses of LeafBlockEncoder in io.datarouter.filesystem.snapshot.writer
Fields in io.datarouter.filesystem.snapshot.writer with type parameters of type LeafBlockEncoder Modifier and Type Field Description java.util.function.Supplier<LeafBlockEncoder>SnapshotWriterConfig. leafBlockEncoderSupplierMethods in io.datarouter.filesystem.snapshot.writer with parameters of type LeafBlockEncoder Modifier and Type Method Description voidSnapshotBlockWriter. submitLeaf(LeafBlockEncoder encoder)Method parameters in io.datarouter.filesystem.snapshot.writer with type arguments of type LeafBlockEncoder Modifier and Type Method Description SnapshotWriterConfigBuilderSnapshotWriterConfigBuilder. withLeafBlockEncoderSupplier(java.util.function.Supplier<LeafBlockEncoder> leafBlockEncoderSupplier)