public class TransDataCache extends Object
| Modifier and Type | Method and Description | 
|---|---|
static TransDataCache | 
getInstance()  | 
void | 
remove(String serviceName)  | 
List<Object[]> | 
retrieveRowData(String serviceName)  | 
org.pentaho.di.core.row.RowMetaInterface | 
retrieveRowMeta(String serviceName)  | 
void | 
store(String serviceName,
     org.pentaho.di.core.row.RowMetaInterface rowMeta,
     List<Object[]> rowData)  | 
public static TransDataCache getInstance()
public void store(String serviceName, org.pentaho.di.core.row.RowMetaInterface rowMeta, List<Object[]> rowData)
public org.pentaho.di.core.row.RowMetaInterface retrieveRowMeta(String serviceName)
public void remove(String serviceName)