Uses of Interface
org.apache.nifi.diagnostics.DiagnosticsDumpElement
Packages that use DiagnosticsDumpElement
-
Uses of DiagnosticsDumpElement in org.apache.nifi.diagnostics
Classes in org.apache.nifi.diagnostics that implement DiagnosticsDumpElementFields in org.apache.nifi.diagnostics with type parameters of type DiagnosticsDumpElementModifier and TypeFieldDescriptionprivate final List<DiagnosticsDumpElement> StandardDiagnosticsDump.dumpElementsMethods in org.apache.nifi.diagnostics that return DiagnosticsDumpElementModifier and TypeMethodDescriptionDiagnosticTask.captureDump(boolean verbose) ThreadDumpTask.captureDump(boolean verbose) Constructor parameters in org.apache.nifi.diagnostics with type arguments of type DiagnosticsDumpElementModifierConstructorDescriptionStandardDiagnosticsDump(List<DiagnosticsDumpElement> dumpElements, long timestamp)