public class ExecutorProvider extends Object
| Constructor and Description |
|---|
ExecutorProvider(int numThreads,
String poolName) |
| Modifier and Type | Method and Description |
|---|---|
ExecutorService |
getExecutor() |
ExecutorService |
getExecutor(byte[] bytes) |
ExecutorService |
getExecutor(Object object) |
boolean |
isShutdown() |
void |
shutdownNow() |
public ExecutorProvider(int numThreads,
String poolName)
public ExecutorService getExecutor()
public ExecutorService getExecutor(Object object)
public ExecutorService getExecutor(byte[] bytes)
public void shutdownNow()
public boolean isShutdown()
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.