Uses of Interface
org.pentaho.di.base.IMetaFileCache
-
Packages that use IMetaFileCache Package Description org.pentaho.di.base -
-
Uses of IMetaFileCache in org.pentaho.di.base
Classes in org.pentaho.di.base that implement IMetaFileCache Modifier and Type Class Description class
MetaFileCacheImpl
Methods in org.pentaho.di.base that return IMetaFileCache Modifier and Type Method Description IMetaFileCache
AbstractMeta. getMetaFileCache()
static IMetaFileCache
IMetaFileCache. initialize(Job parentJob, org.pentaho.di.core.logging.LogChannelInterface logger)
Each new job/transformation should call this method once to get the instance of the cache for the currently running job.static IMetaFileCache
IMetaFileCache. initialize(Trans parentTrans, org.pentaho.di.core.logging.LogChannelInterface logger)
Each new transformation should call this method once to get the instance of the cache for the currently running parent transformation/job.Methods in org.pentaho.di.base with parameters of type IMetaFileCache Modifier and Type Method Description static void
IMetaFileCache. setCacheInstance(JobMeta jobMeta, IMetaFileCache cache)
static void
IMetaFileCache. setCacheInstance(TransMeta transMeta, IMetaFileCache cache)
void
AbstractMeta. setMetaFileCache(IMetaFileCache metaFileCache)
-