public class ConcurrentMapFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
WORKER_MAP_CONCURRENCY_LEVEL |
static String |
WORKER_MAP_INITIAL_CAPACITY |
static String |
WORKER_MAP_LOAD_FACTOR |
| Constructor and Description |
|---|
ConcurrentMapFactory() |
| Modifier and Type | Method and Description |
|---|---|
<K,V> Map<K,V> |
createNew() |
protected ConfigurationService |
getConfigurationService() |
void |
setConfigurationService(ConfigurationService configurationService) |
public static final String WORKER_MAP_INITIAL_CAPACITY
public static final String WORKER_MAP_LOAD_FACTOR
public static final String WORKER_MAP_CONCURRENCY_LEVEL
public <K,V> Map<K,V> createNew()
protected ConfigurationService getConfigurationService()
public void setConfigurationService(ConfigurationService configurationService)
Copyright © 2017 SAP SE. All Rights Reserved.