public final class ElasticJobExecutorService extends Object
| Constructor and Description |
|---|
ElasticJobExecutorService(String namingPattern,
int threadSize) |
| Modifier and Type | Method and Description |
|---|---|
ExecutorService |
createExecutorService()
Create executor service.
|
int |
getActiveThreadCount()
Get active thread count.
|
int |
getWorkQueueSize()
Get work queue size.
|
boolean |
isShutdown()
Whether the threadPoolExecutor has been shut down.
|
public ElasticJobExecutorService(String namingPattern, int threadSize)
public ExecutorService createExecutorService()
public boolean isShutdown()
public int getActiveThreadCount()
public int getWorkQueueSize()
Copyright © 2021 The Apache Software Foundation. All rights reserved.