Uses of Interface
org.pentaho.di.base.IMetaFileCache
Packages that use IMetaFileCache
-
Uses of IMetaFileCache in org.pentaho.di.base
Classes in org.pentaho.di.base that implement IMetaFileCacheMethods in org.pentaho.di.base that return IMetaFileCacheModifier 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.Methods in org.pentaho.di.base with parameters of type IMetaFileCacheModifier and TypeMethodDescriptionstatic void
IMetaFileCache.setCacheInstance
(JobMeta jobMeta, IMetaFileCache cache) static void
IMetaFileCache.setCacheInstance
(TransMeta transMeta, IMetaFileCache cache) void
AbstractMeta.setMetaFileCache
(IMetaFileCache metaFileCache)