Uses of Class
org.apache.nifi.api.toolkit.model.LocalQueuePartitionDTO
Packages that use LocalQueuePartitionDTO
-
Uses of LocalQueuePartitionDTO in org.apache.nifi.api.toolkit.model
Fields in org.apache.nifi.api.toolkit.model declared as LocalQueuePartitionDTOModifier and TypeFieldDescriptionprivate LocalQueuePartitionDTO
ConnectionDiagnosticsSnapshotDTO.localQueuePartition
Methods in org.apache.nifi.api.toolkit.model that return LocalQueuePartitionDTOModifier and TypeMethodDescriptionLocalQueuePartitionDTO.activeQueueByteCount
(Long activeQueueByteCount) LocalQueuePartitionDTO.activeQueueFlowFileCount
(Integer activeQueueFlowFileCount) LocalQueuePartitionDTO.allActiveQueueFlowFilesPenalized
(Boolean allActiveQueueFlowFilesPenalized) LocalQueuePartitionDTO.anyActiveQueueFlowFilesPenalized
(Boolean anyActiveQueueFlowFilesPenalized) ConnectionDiagnosticsSnapshotDTO.getLocalQueuePartition()
Get localQueuePartitionLocalQueuePartitionDTO.inFlightByteCount
(Long inFlightByteCount) LocalQueuePartitionDTO.inFlightFlowFileCount
(Integer inFlightFlowFileCount) LocalQueuePartitionDTO.swapByteCount
(Long swapByteCount) LocalQueuePartitionDTO.swapFlowFileCount
(Integer swapFlowFileCount) LocalQueuePartitionDTO.totalByteCount
(Long totalByteCount) LocalQueuePartitionDTO.totalFlowFileCount
(Integer totalFlowFileCount) Methods in org.apache.nifi.api.toolkit.model with parameters of type LocalQueuePartitionDTOModifier and TypeMethodDescriptionConnectionDiagnosticsSnapshotDTO.localQueuePartition
(LocalQueuePartitionDTO localQueuePartition) void
ConnectionDiagnosticsSnapshotDTO.setLocalQueuePartition
(LocalQueuePartitionDTO localQueuePartition)