Github user markap14 commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2607#discussion_r180204274
--- Diff:
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/FlowController.java
---
@@ -3846,6 +3851,73 @@ public QueueSize getTotalFlowFileCount(final
ProcessGroup group) {
return new QueueSize(count, contentSize);
}
+ public class GroupStatusCounts {
--- End diff --
Ah yes, I overlooked that. Is a bit difficult to find these things in a
Github Diff page :)
---