public class AsyncJobExecutor extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
PROP_ASYNC_THREADS |
static String |
PROP_ASYNC_WORKER_ENABLED |
| Constructor and Description |
|---|
AsyncJobExecutor(org.commonjava.storage.pathmapped.config.PathMappedStorageConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Runnable runnable) |
void |
shutdownAndWaitTermination() |
public static final String PROP_ASYNC_WORKER_ENABLED
public static final String PROP_ASYNC_THREADS
public AsyncJobExecutor(org.commonjava.storage.pathmapped.config.PathMappedStorageConfig config)
public void shutdownAndWaitTermination()
public void execute(Runnable runnable)
Copyright © 2019-2022. All Rights Reserved.