org.pentaho.di.core.row
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
RowBuffer
public RowBuffer(RowMetaInterface rowMeta,
List<Object[]> buffer)
- Parameters:
rowMeta
- buffer
-
RowBuffer
public RowBuffer(RowMetaInterface rowMeta)
- Parameters:
rowMeta
-
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