@Immutable public final class ConcurrencyService extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_LEVEL
The property key for the concurrency level.
|
| Constructor and Description |
|---|
ConcurrencyService()
Initializes the concurrency service with the default configuration.
|
ConcurrencyService(Properties properties)
Initializes the concurrency service with a configuration.
|
| Modifier and Type | Method and Description |
|---|---|
Executor |
getExecutor()
Returns the executor.
|
static ConcurrencyService |
getService()
Returns the service provider.
|
@PropertyKey public static final String PROPERTY_LEVEL
public ConcurrencyService()
public ConcurrencyService(Properties properties)
properties - the configurationpublic static ConcurrencyService getService()
public Executor getExecutor()
Copyright © 2014. All Rights Reserved.