Uses of Class
org.pentaho.di.core.DBCacheEntry

Packages that use DBCacheEntry
org.pentaho.di.core   
 

Uses of DBCacheEntry in org.pentaho.di.core
 

Methods in org.pentaho.di.core with parameters of type DBCacheEntry
 RowMetaInterface DBCache.get(DBCacheEntry entry)
          Get the fields as a row generated by a database cache entry
 void DBCache.put(DBCacheEntry entry, RowMetaInterface fields)