| Package | Description |
|---|---|
| org.apache.nifi.controller.status.history |
| Modifier and Type | Method and Description |
|---|---|
List<GarbageCollectionStatus> |
GarbageCollectionHistory.getGarbageCollectionStatuses(String memoryManagerName) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatusHistoryRepository.capture(NodeStatus nodeStatus,
ProcessGroupStatus rootGroupStatus,
List<GarbageCollectionStatus> garbageCollectionStatus,
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.
|
Copyright © 2023 Apache NiFi Project. All rights reserved.