Uses of Class
org.apache.flink.runtime.io.compression.BufferCompressionException
Packages that use BufferCompressionException
-
Uses of BufferCompressionException in org.apache.flink.runtime.io.compression
Methods in org.apache.flink.runtime.io.compression that throw BufferCompressionExceptionModifier and TypeMethodDescriptionintAirBlockCompressor.compress(byte[] src, int srcOff, int srcLen, byte[] dst, int dstOff) intAirBlockCompressor.compress(ByteBuffer src, int srcOff, int srcLen, ByteBuffer dst, int dstOff) intBlockCompressor.compress(byte[] src, int srcOff, int srcLen, byte[] dst, int dstOff) Compress data read from src, and write the compressed data to dst.intBlockCompressor.compress(ByteBuffer src, int srcOff, int srcLen, ByteBuffer dst, int dstOff) Compress source data read from (Buffer.position()+srcOff), and write the compressed data to dst.intLz4BlockCompressor.compress(byte[] src, int srcOff, int srcLen, byte[] dst, int dstOff) intLz4BlockCompressor.compress(ByteBuffer src, int srcOff, int srcLen, ByteBuffer dst, int dstOff)