| Package | Description |
|---|---|
| org.apache.nifi.controller.status.history |
| Modifier and Type | Method and Description |
|---|---|
StatusHistory |
StatusHistoryRepository.getConnectionStatusHistory(String connectionId,
Date start,
Date end,
int preferredDataPoints) |
StatusHistory |
StatusHistoryRepository.getNodeStatusHistory(Date start,
Date end)
Returns the status history of the actual node.
|
StatusHistory |
StatusHistoryRepository.getProcessGroupStatusHistory(String processGroupId,
Date start,
Date end,
int preferredDataPoints) |
StatusHistory |
StatusHistoryRepository.getProcessorStatusHistory(String processorId,
Date start,
Date end,
int preferredDataPoints,
boolean includeCounters) |
StatusHistory |
StatusHistoryRepository.getRemoteProcessGroupStatusHistory(String remoteGroupId,
Date start,
Date end,
int preferredDataPoints) |
Copyright © 2023 Apache NiFi Project. All rights reserved.