Uses of Class
org.apache.nifi.api.toolkit.model.NodeSystemDiagnosticsSnapshotDTO
Packages that use NodeSystemDiagnosticsSnapshotDTO
-
Uses of NodeSystemDiagnosticsSnapshotDTO in org.apache.nifi.api.toolkit.model
Fields in org.apache.nifi.api.toolkit.model with type parameters of type NodeSystemDiagnosticsSnapshotDTOModifier and TypeFieldDescriptionprivate List
<NodeSystemDiagnosticsSnapshotDTO> SystemDiagnosticsDTO.nodeSnapshots
Methods in org.apache.nifi.api.toolkit.model that return NodeSystemDiagnosticsSnapshotDTOModifier and TypeMethodDescriptionNodeSystemDiagnosticsSnapshotDTO.snapshot
(SystemDiagnosticsSnapshotDTO snapshot) Methods in org.apache.nifi.api.toolkit.model that return types with arguments of type NodeSystemDiagnosticsSnapshotDTOModifier and TypeMethodDescriptionSystemDiagnosticsDTO.getNodeSnapshots()
A systems diagnostics snapshot for each node in the cluster.Methods in org.apache.nifi.api.toolkit.model with parameters of type NodeSystemDiagnosticsSnapshotDTOModifier and TypeMethodDescriptionSystemDiagnosticsDTO.addNodeSnapshotsItem
(NodeSystemDiagnosticsSnapshotDTO nodeSnapshotsItem) Method parameters in org.apache.nifi.api.toolkit.model with type arguments of type NodeSystemDiagnosticsSnapshotDTOModifier and TypeMethodDescriptionSystemDiagnosticsDTO.nodeSnapshots
(List<NodeSystemDiagnosticsSnapshotDTO> nodeSnapshots) void
SystemDiagnosticsDTO.setNodeSnapshots
(List<NodeSystemDiagnosticsSnapshotDTO> nodeSnapshots)