Uses of Class
org.apache.nifi.api.toolkit.model.NodeCountersSnapshotDTO
Packages that use NodeCountersSnapshotDTO
-
Uses of NodeCountersSnapshotDTO in org.apache.nifi.api.toolkit.model
Fields in org.apache.nifi.api.toolkit.model with type parameters of type NodeCountersSnapshotDTOMethods in org.apache.nifi.api.toolkit.model that return NodeCountersSnapshotDTOMethods in org.apache.nifi.api.toolkit.model that return types with arguments of type NodeCountersSnapshotDTOModifier and TypeMethodDescriptionCountersDTO.getNodeSnapshots()
A Counters snapshot for each node in the cluster.Methods in org.apache.nifi.api.toolkit.model with parameters of type NodeCountersSnapshotDTOModifier and TypeMethodDescriptionCountersDTO.addNodeSnapshotsItem
(NodeCountersSnapshotDTO nodeSnapshotsItem) Method parameters in org.apache.nifi.api.toolkit.model with type arguments of type NodeCountersSnapshotDTOModifier and TypeMethodDescriptionCountersDTO.nodeSnapshots
(List<NodeCountersSnapshotDTO> nodeSnapshots) void
CountersDTO.setNodeSnapshots
(List<NodeCountersSnapshotDTO> nodeSnapshots)