Class RowBuffer

java.lang.Object
org.pentaho.di.core.row.RowBuffer

public class RowBuffer extends Object
This class contains a list of data rows as well as the RowMetaInterface to describe it.
Author:
matt
  • Constructor Details

  • Method Details

    • getRowMeta

      public RowMetaInterface getRowMeta()
      Returns:
      the rowMeta
    • setRowMeta

      public void setRowMeta(RowMetaInterface rowMeta)
      Parameters:
      rowMeta - the rowMeta to set
    • getBuffer

      public List<Object[]> getBuffer()
      Returns:
      the buffer
    • setBuffer

      public void setBuffer(List<Object[]> buffer)
      Parameters:
      buffer - the buffer to set