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​(boolean values)
    • Method Detail

      • addCell

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

        public void flushCellBufferToSparseBlock​(SparseBlock dest)
      • size

        public int size()
      • reset

        public void reset()