Class CompilationCacheProviderImpl
java.lang.Object
org.drools.serialization.protobuf.CompilationCacheProviderImpl
- All Implemented Interfaces:
Comparable<org.kie.api.internal.utils.KieService>,CompilationCacheProvider,org.kie.api.internal.utils.KieService
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.drools.compiler.kie.builder.impl.CompilationCacheProvider
CompilationCacheProvider.DefaultCompilationCacheProvider, CompilationCacheProvider.Holder -
Field Summary
Fields inherited from interface org.kie.api.internal.utils.KieService
UNDEFINED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCompilationCache(AbstractKieModule kieModule, Map<String, InternalKieModule.CompilationCache> compilationCache, String kbaseName) voidwriteKieModuleMetaInfo(InternalKieModule kModule, org.kie.memorycompiler.resources.ResourceStore trgMfs) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.kie.api.internal.utils.KieService
compareTo, servicePriority, serviceTag
-
Constructor Details
-
CompilationCacheProviderImpl
public CompilationCacheProviderImpl()
-
-
Method Details
-
getCompilationCache
public InternalKieModule.CompilationCache getCompilationCache(AbstractKieModule kieModule, Map<String, InternalKieModule.CompilationCache> compilationCache, String kbaseName) - Specified by:
getCompilationCachein interfaceCompilationCacheProvider
-
writeKieModuleMetaInfo
public void writeKieModuleMetaInfo(InternalKieModule kModule, org.kie.memorycompiler.resources.ResourceStore trgMfs) - Specified by:
writeKieModuleMetaInfoin interfaceCompilationCacheProvider
-