Uses of Record Class
io.datarouter.bytes.blockfile.io.write.BlockfileWriter.BlockfileWriteResult
Packages that use BlockfileWriter.BlockfileWriteResult
-
Uses of BlockfileWriter.BlockfileWriteResult in io.datarouter.bytes.blockfile.io.write
Methods in io.datarouter.bytes.blockfile.io.write that return BlockfileWriter.BlockfileWriteResultModifier and TypeMethodDescriptionBlockfileWriter.writeBlocks(io.datarouter.scanner.Scanner<List<BlockfileRow>> items) BlockfileWriter.writeItems(Function<T, BlockfileRow> rowEncoder, ByteLength targetValueBlockSize, io.datarouter.scanner.Scanner<T> rows) BlockfileWriter.writeRows(ByteLength targetValueBlockSize, io.datarouter.scanner.Scanner<BlockfileRow> rows)