Class RuntimeManagerUtils


  • public class RuntimeManagerUtils
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static java.util.Map<org.kie.efesto.common.api.cache.EfestoClassKey,​java.util.List<org.kie.efesto.runtimemanager.api.service.KieRuntimeService>> firstLevelCache  
      protected static java.util.Map<org.kie.efesto.common.api.cache.EfestoIdentifierClassKey,​org.kie.efesto.runtimemanager.api.service.KieRuntimeService> secondLevelCache  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • firstLevelCache

        protected static final java.util.Map<org.kie.efesto.common.api.cache.EfestoClassKey,​java.util.List<org.kie.efesto.runtimemanager.api.service.KieRuntimeService>> firstLevelCache
      • secondLevelCache

        protected static final java.util.Map<org.kie.efesto.common.api.cache.EfestoIdentifierClassKey,​org.kie.efesto.runtimemanager.api.service.KieRuntimeService> secondLevelCache