public class AbstractTask extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTask.BackOffSleepTask |
| Modifier and Type | Field and Description |
|---|---|
protected ExecutorService |
taskPool |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractTask(String taskName) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
initTaskPool(String taskName) |
protected void |
startTask(Task task) |
void |
stop() |
protected ExecutorService taskPool
protected AbstractTask(String taskName)
Copyright © 2017–2021 The Apache Software Foundation. All rights reserved.