| Package | Description |
|---|---|
| org.apache.nifi.controller.queue | |
| org.apache.nifi.processor |
| Modifier and Type | Method and Description |
|---|---|
List<FlowFileRecord> |
FlowFileQueue.poll(FlowFileFilter filter,
Set<FlowFileRecord> expiredRecords) |
| Modifier and Type | Method and Description |
|---|---|
List<FlowFile> |
ProcessSession.get(FlowFileFilter filter)
Returns all FlowFiles from all of the incoming queues for which the given
FlowFileFilter indicates should be accepted. |
Copyright © 2016 Apache NiFi Project. All rights reserved.