| Package | Description |
|---|---|
| org.apache.nifi.controller.status |
| Modifier and Type | Field and Description |
|---|---|
private RunStatus |
ProcessorStatus.runStatus |
private RunStatus |
PortStatus.runStatus |
| Modifier and Type | Method and Description |
|---|---|
RunStatus |
ProcessorStatus.getRunStatus() |
RunStatus |
PortStatus.getRunStatus() |
static RunStatus |
RunStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RunStatus[] |
RunStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessorStatus.setRunStatus(RunStatus runStatus) |
void |
PortStatus.setRunStatus(RunStatus runStatus) |
Copyright © 2016 Apache NiFi Project. All rights reserved.