Uses of Interface
io.datarouter.filesystem.snapshot.encode.ValueBlockEncoder
| Package | Description |
|---|---|
| io.datarouter.filesystem.snapshot.block.value | |
| io.datarouter.filesystem.snapshot.writer |
-
Uses of ValueBlockEncoder in io.datarouter.filesystem.snapshot.block.value
Classes in io.datarouter.filesystem.snapshot.block.value that implement ValueBlockEncoder Modifier and Type Class Description classValueBlockV1Encoder -
Uses of ValueBlockEncoder in io.datarouter.filesystem.snapshot.writer
Fields in io.datarouter.filesystem.snapshot.writer with type parameters of type ValueBlockEncoder Modifier and Type Field Description java.util.function.Supplier<ValueBlockEncoder>SnapshotWriterConfig. valueBlockEncoderSupplierMethods in io.datarouter.filesystem.snapshot.writer with parameters of type ValueBlockEncoder Modifier and Type Method Description voidSnapshotBlockWriter. submitValueBlock(int column, int blockId, ValueBlockEncoder encoder)Method parameters in io.datarouter.filesystem.snapshot.writer with type arguments of type ValueBlockEncoder Modifier and Type Method Description SnapshotWriterConfigBuilderSnapshotWriterConfigBuilder. withValueBlockEncoderSupplier(java.util.function.Supplier<ValueBlockEncoder> valueBlockEncoderSupplier)