public abstract class AbstractJobExecutorServiceHandler extends Object implements JobExecutorServiceHandler
| Constructor and Description |
|---|
AbstractJobExecutorServiceHandler() |
| Modifier and Type | Method and Description |
|---|---|
ExecutorService |
createExecutorService(String jobName)
Create executor service.
|
protected abstract int |
getPoolSize() |
public ExecutorService createExecutorService(String jobName)
JobExecutorServiceHandlercreateExecutorService in interface JobExecutorServiceHandlerjobName - job nameprotected abstract int getPoolSize()
Copyright © 2021 The Apache Software Foundation. All rights reserved.