Uses of Interface
org.pentaho.di.base.IMetaFileCache
-
Uses of IMetaFileCache in org.pentaho.di.base
Modifier and TypeMethodDescriptionAbstractMeta.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.Modifier and TypeMethodDescriptionstatic void
IMetaFileCache.setCacheInstance
(JobMeta jobMeta, IMetaFileCache cache) static void
IMetaFileCache.setCacheInstance
(TransMeta transMeta, IMetaFileCache cache) void
AbstractMeta.setMetaFileCache
(IMetaFileCache metaFileCache)