Package org.pentaho.di.base
Class MetaFileCacheImpl
java.lang.Object
org.pentaho.di.base.MetaFileCacheImpl
- All Implemented Interfaces:
IMetaFileCache
-
Nested Class Summary
Modifier and TypeClassDescriptionclass
-
Field Summary
Modifier and TypeFieldDescriptionprotected Map<String,
MetaFileCacheImpl.MetaFileCacheEntry<? extends AbstractMeta>> static final String
static final String
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
getCachedJobMeta
(String key) getCachedTransMeta
(String key) void
logCacheSummary
(org.pentaho.di.core.logging.LogChannelInterface log) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.pentaho.di.base.IMetaFileCache
getKey
-
Field Details
-
cacheMap
-
KTR
- See Also:
-
KJB
- See Also:
-
-
Method Details
-
getCachedJobMeta
- Specified by:
getCachedJobMeta
in interfaceIMetaFileCache
-
getCachedTransMeta
- Specified by:
getCachedTransMeta
in interfaceIMetaFileCache
-
cacheMeta
- Specified by:
cacheMeta
in interfaceIMetaFileCache
-
cacheMeta
- Specified by:
cacheMeta
in interfaceIMetaFileCache
-
logCacheSummary
public void logCacheSummary(org.pentaho.di.core.logging.LogChannelInterface log) - Specified by:
logCacheSummary
in interfaceIMetaFileCache
-