Class ConcurrentMapFactory
- java.lang.Object
-
- de.hybris.platform.ruleengine.init.ConcurrentMapFactory
-
public class ConcurrentMapFactory extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringWORKER_MAP_CONCURRENCY_LEVELstatic java.lang.StringWORKER_MAP_INITIAL_CAPACITYstatic java.lang.StringWORKER_MAP_LOAD_FACTOR
-
Constructor Summary
Constructors Constructor Description ConcurrentMapFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <K,V>
java.util.Map<K,V>createNew()protected ConfigurationServicegetConfigurationService()voidsetConfigurationService(ConfigurationService configurationService)
-
-
-
Field Detail
-
WORKER_MAP_INITIAL_CAPACITY
public static final java.lang.String WORKER_MAP_INITIAL_CAPACITY
- See Also:
- Constant Field Values
-
WORKER_MAP_LOAD_FACTOR
public static final java.lang.String WORKER_MAP_LOAD_FACTOR
- See Also:
- Constant Field Values
-
WORKER_MAP_CONCURRENCY_LEVEL
public static final java.lang.String WORKER_MAP_CONCURRENCY_LEVEL
- See Also:
- Constant Field Values
-
-
Method Detail
-
createNew
public <K,V> java.util.Map<K,V> createNew()
-
getConfigurationService
protected ConfigurationService getConfigurationService()
-
setConfigurationService
public void setConfigurationService(ConfigurationService configurationService)
-
-