Uses of Class
org.apache.nifi.api.toolkit.model.RemoteQueuePartitionDTO
Packages that use RemoteQueuePartitionDTO
-
Uses of RemoteQueuePartitionDTO in org.apache.nifi.api.toolkit.model
Fields in org.apache.nifi.api.toolkit.model with type parameters of type RemoteQueuePartitionDTOModifier and TypeFieldDescriptionprivate List
<RemoteQueuePartitionDTO> ConnectionDiagnosticsSnapshotDTO.remoteQueuePartitions
Methods in org.apache.nifi.api.toolkit.model that return RemoteQueuePartitionDTOModifier and TypeMethodDescriptionRemoteQueuePartitionDTO.activeQueueByteCount
(Long activeQueueByteCount) RemoteQueuePartitionDTO.activeQueueFlowFileCount
(Integer activeQueueFlowFileCount) RemoteQueuePartitionDTO.inFlightByteCount
(Long inFlightByteCount) RemoteQueuePartitionDTO.inFlightFlowFileCount
(Integer inFlightFlowFileCount) RemoteQueuePartitionDTO.nodeIdentifier
(String nodeIdentifier) RemoteQueuePartitionDTO.swapByteCount
(Long swapByteCount) RemoteQueuePartitionDTO.swapFlowFileCount
(Integer swapFlowFileCount) RemoteQueuePartitionDTO.totalByteCount
(Long totalByteCount) RemoteQueuePartitionDTO.totalFlowFileCount
(Integer totalFlowFileCount) Methods in org.apache.nifi.api.toolkit.model that return types with arguments of type RemoteQueuePartitionDTOModifier and TypeMethodDescriptionConnectionDiagnosticsSnapshotDTO.getRemoteQueuePartitions()
Get remoteQueuePartitionsMethods in org.apache.nifi.api.toolkit.model with parameters of type RemoteQueuePartitionDTOModifier and TypeMethodDescriptionConnectionDiagnosticsSnapshotDTO.addRemoteQueuePartitionsItem
(RemoteQueuePartitionDTO remoteQueuePartitionsItem) Method parameters in org.apache.nifi.api.toolkit.model with type arguments of type RemoteQueuePartitionDTOModifier and TypeMethodDescriptionConnectionDiagnosticsSnapshotDTO.remoteQueuePartitions
(List<RemoteQueuePartitionDTO> remoteQueuePartitions) void
ConnectionDiagnosticsSnapshotDTO.setRemoteQueuePartitions
(List<RemoteQueuePartitionDTO> remoteQueuePartitions)