Uses of Class
org.apache.nifi.api.toolkit.model.NodeStatusSnapshotsDTO
Packages that use NodeStatusSnapshotsDTO
-
Uses of NodeStatusSnapshotsDTO in org.apache.nifi.api.toolkit.model
Fields in org.apache.nifi.api.toolkit.model with type parameters of type NodeStatusSnapshotsDTOModifier and TypeFieldDescriptionprivate List
<NodeStatusSnapshotsDTO> StatusHistoryDTO.nodeSnapshots
Methods in org.apache.nifi.api.toolkit.model that return NodeStatusSnapshotsDTOModifier and TypeMethodDescriptionNodeStatusSnapshotsDTO.addStatusSnapshotsItem
(StatusSnapshotDTO statusSnapshotsItem) NodeStatusSnapshotsDTO.statusSnapshots
(List<StatusSnapshotDTO> statusSnapshots) Methods in org.apache.nifi.api.toolkit.model that return types with arguments of type NodeStatusSnapshotsDTOModifier and TypeMethodDescriptionStatusHistoryDTO.getNodeSnapshots()
The NodeStatusSnapshotsDTO objects that provide the actual metric values for the component, for each node.Methods in org.apache.nifi.api.toolkit.model with parameters of type NodeStatusSnapshotsDTOModifier and TypeMethodDescriptionStatusHistoryDTO.addNodeSnapshotsItem
(NodeStatusSnapshotsDTO nodeSnapshotsItem) Method parameters in org.apache.nifi.api.toolkit.model with type arguments of type NodeStatusSnapshotsDTOModifier and TypeMethodDescriptionStatusHistoryDTO.nodeSnapshots
(List<NodeStatusSnapshotsDTO> nodeSnapshots) void
StatusHistoryDTO.setNodeSnapshots
(List<NodeStatusSnapshotsDTO> nodeSnapshots)