public abstract class TaskMutexService<K> extends MutexService<K>
mutexMapmutex| Constructor and Description |
|---|
TaskMutexService() |
| Modifier and Type | Method and Description |
|---|---|
<V> Future<V> |
execute(K mutexKey,
Callable<V> task) |
void |
execute(K mutexKey,
Runnable task) |
<V> Future<V> |
execute(K mutexKey,
Runnable task,
V result) |
protected abstract ExecutorService |
getExecutorService() |
getMutex, initassertNotInitialized, destroy, initializeCopyright © 2021. All rights reserved.