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