public class ActiveTask extends Object
| Modifier and Type | Field and Description |
|---|---|
private long |
startTime |
private boolean |
terminated |
| Constructor and Description |
|---|
ActiveTask(long startTime) |
| Modifier and Type | Method and Description |
|---|---|
long |
getStartTime() |
boolean |
isTerminated() |
void |
terminate() |
Copyright © 2021 Apache NiFi Project. All rights reserved.