| Package | Description |
|---|---|
| org.apache.nifi.controller.queue | |
| org.apache.nifi.controller.repository | |
| org.apache.nifi.processor |
| Modifier and Type | Method and Description |
|---|---|
QueueSize |
QueueSize.add(QueueSize other)
Returns a new QueueSize that is the sum of this QueueSize and the provided QueueSize
|
QueueSize |
DropFlowFileStatus.getCurrentSize() |
QueueSize |
DropFlowFileStatus.getDroppedSize() |
QueueSize |
DropFlowFileStatus.getOriginalSize() |
QueueSize |
ListFlowFileStatus.getQueueSize() |
QueueSize |
FlowFileQueue.getUnacknowledgedQueueSize()
Returns a QueueSize that represents all FlowFiles that are 'unacknowledged'.
|
QueueSize |
FlowFileQueue.size() |
| Modifier and Type | Method and Description |
|---|---|
QueueSize |
QueueSize.add(QueueSize other)
Returns a new QueueSize that is the sum of this QueueSize and the provided QueueSize
|
| Modifier and Type | Method and Description |
|---|---|
QueueSize |
SwapSummary.getQueueSize() |
| Modifier and Type | Method and Description |
|---|---|
QueueSize |
ProcessSession.getQueueSize() |
Copyright © 2016 Apache NiFi Project. All rights reserved.