Uses of Interface
io.datarouter.filesystem.snapshot.encode.BranchBlockEncoder
| Package | Description |
|---|---|
| io.datarouter.filesystem.snapshot.block.branch | |
| io.datarouter.filesystem.snapshot.encode | |
| io.datarouter.filesystem.snapshot.writer |
-
Uses of BranchBlockEncoder in io.datarouter.filesystem.snapshot.block.branch
Classes in io.datarouter.filesystem.snapshot.block.branch that implement BranchBlockEncoder Modifier and Type Class Description classBranchBlockV1Encoder -
Uses of BranchBlockEncoder in io.datarouter.filesystem.snapshot.encode
Fields in io.datarouter.filesystem.snapshot.encode with type parameters of type BranchBlockEncoder Modifier and Type Field Description static java.util.Comparator<BranchBlockEncoder>BranchBlockEncoder. LEVEL_AND_BLOCK_ID_COMPARATOR -
Uses of BranchBlockEncoder in io.datarouter.filesystem.snapshot.writer
Fields in io.datarouter.filesystem.snapshot.writer with type parameters of type BranchBlockEncoder Modifier and Type Field Description java.util.function.Function<java.lang.Integer,BranchBlockEncoder>SnapshotWriterConfig. branchBlockEncoderFactoryMethods in io.datarouter.filesystem.snapshot.writer with parameters of type BranchBlockEncoder Modifier and Type Method Description voidSnapshotBlockWriter. submitBranch(BranchBlockEncoder encoder)Method parameters in io.datarouter.filesystem.snapshot.writer with type arguments of type BranchBlockEncoder Modifier and Type Method Description SnapshotWriterConfigBuilderSnapshotWriterConfigBuilder. withBranchBlockEncoderFactory(java.util.function.Function<java.lang.Integer,BranchBlockEncoder> branchEncoderFactory)Constructor parameters in io.datarouter.filesystem.snapshot.writer with type arguments of type BranchBlockEncoder Constructor Description SnapshotWriterConfig(boolean sorted, int numColumns, int batchQueueLength, int numThreads, long logPeriodMs, boolean compressorConcatChunks, boolean persist, boolean updateCache, java.util.function.Supplier<SnapshotPaths> pathsSupplier, int leafEncoderChunkSize, int branchBlockSize, int leafBlockSize, int valueBlockSize, int branchBytesPerFile, int leafBytesPerFile, int valueBytesPerFile, int branchBlocksPerFile, int leafBlocksPerFile, int valueBlocksPerFile, java.util.function.Supplier<RootBlockEncoder> rootBlockEncoderSupplier, java.util.function.Function<java.lang.Integer,BranchBlockEncoder> branchBlockEncoderFactory, java.util.function.Supplier<LeafBlockEncoder> leafBlockEncoderSupplier, java.util.function.Supplier<ValueBlockEncoder> valueBlockEncoderSupplier, BlockCompressor branchBlockCompressor, BlockCompressor leafBlockCompressor, BlockCompressor valueBlockCompressor)