Uses of Interface
org.pentaho.di.core.RowSet
-
Packages that use RowSet Package Description org.pentaho.di.core -
-
Uses of RowSet in org.pentaho.di.core
Classes in org.pentaho.di.core that implement RowSet Modifier and Type Class Description class
BlockingBatchingRowSet
Contains a buffer of rows.class
BlockingListeningRowSet
Contains a buffer of rows.class
BlockingRowSet
Contains a buffer of rows.class
QueueRowSet
A simplified rowset for steps for single threaded execution.class
SingleRowRowSet
A simplified rowset for steps that always only need to only have a single row on input...Methods in org.pentaho.di.core with parameters of type RowSet Modifier and Type Method Description void
RowSetListener. isEmpty(RowSet rowSet)
-