| Package | Description |
|---|---|
| org.apache.nifi.controller.status | |
| org.apache.nifi.controller.status.history | |
| org.apache.nifi.reporting |
| Modifier and Type | Field and Description |
|---|---|
private Collection<ProcessGroupStatus> |
ProcessGroupStatus.processGroupStatus |
| Modifier and Type | Method and Description |
|---|---|
ProcessGroupStatus |
ProcessGroupStatus.clone() |
| Modifier and Type | Method and Description |
|---|---|
Collection<ProcessGroupStatus> |
ProcessGroupStatus.getProcessGroupStatus() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ProcessGroupStatus.merge(ProcessGroupStatus target,
ProcessGroupStatus toMerge) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessGroupStatus.setProcessGroupStatus(Collection<ProcessGroupStatus> processGroupStatus) |
| Modifier and Type | Method and Description |
|---|---|
List<MetricDescriptor<ProcessGroupStatus>> |
ComponentStatusRepository.getProcessGroupMetricDescriptors() |
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentStatusRepository.capture(ProcessGroupStatus rootGroupStatus)
Captures the status information provided in the given report
|
void |
ComponentStatusRepository.capture(ProcessGroupStatus rootGroupStatus,
Date timestamp)
Captures the status information provided in the given report, providing a
timestamp that indicates the time at which the status report was
generated.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessGroupStatus |
EventAccess.getControllerStatus() |
Copyright © 2016 Apache NiFi Project. All rights reserved.