Class ReaderTextCellParallel.CellBuffer

  • Enclosing class:
    ReaderTextCellParallel

    public static class ReaderTextCellParallel.CellBuffer
    extends Object
    Useful class for buffering unordered cells before locking target onces and appending all buffered cells.
    • Constructor Detail

      • CellBuffer

        public CellBuffer()
    • Method Detail

      • addCell

        public void addCell​(int rlen,
                            int clen,
                            double val)
      • flushCellBufferToMatrixBlock

        public void flushCellBufferToMatrixBlock​(MatrixBlock dest)
      • size

        public int size()
      • reset

        public void reset()