Uses of Class
org.apache.nifi.api.toolkit.model.ThreadDumpDTO
Packages that use ThreadDumpDTO
-
Uses of ThreadDumpDTO in org.apache.nifi.api.toolkit.model
Fields in org.apache.nifi.api.toolkit.model with type parameters of type ThreadDumpDTOMethods in org.apache.nifi.api.toolkit.model that return ThreadDumpDTOModifier and TypeMethodDescriptionThreadDumpDTO.nodeAddress
(String nodeAddress) ThreadDumpDTO.stackTrace
(String stackTrace) ThreadDumpDTO.taskTerminated
(Boolean taskTerminated) ThreadDumpDTO.threadActiveMillis
(Long threadActiveMillis) ThreadDumpDTO.threadName
(String threadName) Methods in org.apache.nifi.api.toolkit.model that return types with arguments of type ThreadDumpDTOModifier and TypeMethodDescriptionProcessorDiagnosticsDTO.getThreadDumps()
Thread Dumps that were taken of the threads that are active in the ProcessorMethods in org.apache.nifi.api.toolkit.model with parameters of type ThreadDumpDTOModifier and TypeMethodDescriptionProcessorDiagnosticsDTO.addThreadDumpsItem
(ThreadDumpDTO threadDumpsItem) Method parameters in org.apache.nifi.api.toolkit.model with type arguments of type ThreadDumpDTOModifier and TypeMethodDescriptionvoid
ProcessorDiagnosticsDTO.setThreadDumps
(List<ThreadDumpDTO> threadDumps) ProcessorDiagnosticsDTO.threadDumps
(List<ThreadDumpDTO> threadDumps)