Uses of Interface
org.apache.nifi.controller.status.history.GarbageCollectionStatus
Packages that use GarbageCollectionStatus
-
Uses of GarbageCollectionStatus in org.apache.nifi.controller.status.history
Methods in org.apache.nifi.controller.status.history that return types with arguments of type GarbageCollectionStatusModifier and TypeMethodDescriptionGarbageCollectionHistory.getGarbageCollectionStatuses(String memoryManagerName) Method parameters in org.apache.nifi.controller.status.history with type arguments of type GarbageCollectionStatusModifier and TypeMethodDescriptionvoidStatusHistoryRepository.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.