Uses of Class
org.apache.nifi.controller.queue.QueueSize
Packages that use QueueSize
-
Uses of QueueSize in org.apache.nifi.controller.queue
Methods in org.apache.nifi.controller.queue that return QueueSizeModifier and TypeMethodDescriptionQueueSize.add(int count, long bytes) Returns a new QueueSize that is the sum of this QueueSize and the provided QueueSizeMethods in org.apache.nifi.controller.queue with parameters of type QueueSize -
Uses of QueueSize in org.apache.nifi.processor
Methods in org.apache.nifi.processor that return QueueSizeModifier and TypeMethodDescriptionProcessSession.getQueueSize()Returns theQueueSizethat represents the number ofFlowFiles and their combined data size for all FlowFiles waiting to be processed by theProcessorthat ownsthisProcessSession, regardless of which connection the FlowFiles live on.