Package org.pentaho.di.core.row
Class RowBuffer
java.lang.Object
org.pentaho.di.core.row.RowBuffer
This class contains a list of data rows as well as the RowMetaInterface to describe it.
- Author:
- matt
-
Constructor Summary
ConstructorDescriptionRowBuffer
(RowMetaInterface rowMeta) RowBuffer
(RowMetaInterface rowMeta, List<Object[]> buffer) -
Method Summary
-
Constructor Details
-
RowBuffer
- Parameters:
rowMeta
-buffer
-
-
RowBuffer
- Parameters:
rowMeta
-
-
-
Method Details
-
getRowMeta
- Returns:
- the rowMeta
-
setRowMeta
- Parameters:
rowMeta
- the rowMeta to set
-
getBuffer
- Returns:
- the buffer
-
setBuffer
- Parameters:
buffer
- the buffer to set
-