Uses of Record Class
io.datarouter.bytes.GzipBlockStream.GzipBlockStreamRow
Packages that use GzipBlockStream.GzipBlockStreamRow
-
Uses of GzipBlockStream.GzipBlockStreamRow in io.datarouter.bytes
Method parameters in io.datarouter.bytes with type arguments of type GzipBlockStream.GzipBlockStreamRowModifier and TypeMethodDescriptionstatic byte[]GzipBlockStream.GzipBlockStreamRow.concatRows(List<GzipBlockStream.GzipBlockStreamRow> rows) io.datarouter.scanner.Scanner<GzipBlockStream.GzipBlockStreamEncodedBlock>GzipBlockStream.encode(io.datarouter.scanner.Scanner<GzipBlockStream.GzipBlockStreamRow> rows) Split the provided rows into larger blocks.io.datarouter.scanner.Scanner<GzipBlockStream.GzipBlockStreamEncodedBlock>GzipBlockStream.encodeParallel(io.datarouter.scanner.Scanner<GzipBlockStream.GzipBlockStreamRow> rows, io.datarouter.scanner.Threads threads) Split the provided rows into larger blocks.static intGzipBlockStream.GzipBlockStreamRow.totalLength(List<GzipBlockStream.GzipBlockStreamRow> rows)