Class ReblockBuffer
java.lang.Object
org.apache.sysds.runtime.instructions.spark.data.ReblockBuffer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DEFAULT_BUFFER_SIZE
public static final int DEFAULT_BUFFER_SIZE- See Also:
-
-
Constructor Details
-
ReblockBuffer
public ReblockBuffer(int buffersize, long rlen, long clen, int blen)
-
-
Method Details
-
appendCell
public void appendCell(long r, long c, double v) -
getSize
public int getSize() -
getCapacity
public int getCapacity() -
flushBufferToBinaryBlocks
- Throws:
DMLRuntimeException
-