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 classBlockingBatchingRowSetContains a buffer of rows.classBlockingListeningRowSetContains a buffer of rows.classBlockingRowSetContains a buffer of rows.classQueueRowSetA simplified rowset for steps for single threaded execution.classSingleRowRowSetA 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 voidRowSetListener. isEmpty(RowSet rowSet) 
 -