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 IMetaFileCacheIMetaFileCache.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 IMetaFileCacheIMetaFileCache.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 voidIMetaFileCache.setCacheInstance(JobMeta jobMeta, IMetaFileCache cache) static voidIMetaFileCache.setCacheInstance(TransMeta transMeta, IMetaFileCache cache) voidAbstractMeta.setMetaFileCache(IMetaFileCache metaFileCache)