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