Package org.apache.sysds.runtime.io
Class ReaderTextCellParallel.CellBuffer
java.lang.Object
org.apache.sysds.runtime.io.ReaderTextCellParallel.CellBuffer
- Enclosing class:
- ReaderTextCellParallel
Useful class for buffering unordered cells before locking target onces and
appending all buffered cells.
-
Field Details
-
CAPACITY
public static final int CAPACITY- See Also:
-
-
Constructor Details
-
CellBuffer
public CellBuffer(boolean values)
-
-
Method Details
-
addCell
public void addCell(int rlen, int clen, double val) -
flushCellBufferToSparseBlock
-
flushCellBufferToSparseBlockMCSR
-
size
public int size() -
reset
public void reset()
-