Class ElasticSearchPersistenceServiceImpl.InClassLoaderExecute<T>
- java.lang.Object
-
- org.apache.unomi.persistence.elasticsearch.ElasticSearchPersistenceServiceImpl.InClassLoaderExecute<T>
-
- Enclosing class:
- ElasticSearchPersistenceServiceImpl
public abstract static class ElasticSearchPersistenceServiceImpl.InClassLoaderExecute<T> extends Object
-
-
Constructor Summary
Constructors Constructor Description InClassLoaderExecute(MetricsService metricsService, String timerName, org.osgi.framework.BundleContext bundleContext, String[] fatalIllegalStateErrors, boolean throwExceptions)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description T
catchingExecuteInClassLoader(boolean logError, Object... args)
protected abstract T
execute(Object... args)
T
executeInClassLoader(Object... args)
-
-
-
Constructor Detail
-
InClassLoaderExecute
public InClassLoaderExecute(MetricsService metricsService, String timerName, org.osgi.framework.BundleContext bundleContext, String[] fatalIllegalStateErrors, boolean throwExceptions)
-
-