Uses of Interface
org.apache.nifi.controller.status.history.StatusHistory
Packages that use StatusHistory
-
Uses of StatusHistory in org.apache.nifi.controller.status.history
Methods in org.apache.nifi.controller.status.history that return StatusHistoryModifier and TypeMethodDescriptionStatusHistoryRepository.getConnectionStatusHistory(String connectionId, Date start, Date end, int preferredDataPoints) StatusHistoryRepository.getNodeStatusHistory(Date start, Date end) Returns the status history of the actual node.StatusHistoryRepository.getProcessGroupStatusHistory(String processGroupId, Date start, Date end, int preferredDataPoints) StatusHistoryRepository.getProcessorStatusHistory(String processorId, Date start, Date end, int preferredDataPoints, boolean includeCounters) StatusHistoryRepository.getRemoteProcessGroupStatusHistory(String remoteGroupId, Date start, Date end, int preferredDataPoints)