Class CompressWrap
- java.lang.Object
 - 
- org.apache.sysds.runtime.compress.io.CompressWrap
 
 
- 
- All Implemented Interfaces:
 Serializable,org.apache.spark.api.java.function.Function<MatrixBlock,CompressedWriteBlock>
public class CompressWrap extends Object implements org.apache.spark.api.java.function.Function<MatrixBlock,CompressedWriteBlock>
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description CompressWrap() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompressedWriteBlockcall(MatrixBlock arg0) 
 - 
 
- 
- 
Method Detail
- 
call
public CompressedWriteBlock call(MatrixBlock arg0) throws Exception
- Specified by:
 callin interfaceorg.apache.spark.api.java.function.Function<MatrixBlock,CompressedWriteBlock>- Throws:
 Exception
 
 - 
 
 -