Package | Description |
---|---|
org.apache.nifi.controller.repository |
Modifier and Type | Method and Description |
---|---|
FlowFileQueue |
RepositoryRecord.getDestination()
The FlowFileQueue to which the FlowFile is to be transferred
|
FlowFileQueue |
RepositoryRecord.getOriginalQueue()
The FlowFileQueue from which the record was pulled
|
Modifier and Type | Method and Description |
---|---|
Collection<FlowFileQueue> |
QueueProvider.getAllQueues()
Returns all
FlowFileQueue s that currently exist in the flow |
Modifier and Type | Method and Description |
---|---|
void |
FlowFileRepository.swapFlowFilesIn(String swapLocation,
List<FlowFileRecord> flowFileRecords,
FlowFileQueue flowFileQueue)
Updates the Repository to indicate that the given FlowFileRecpords were
Swapped In to memory
|
void |
FlowFileRepository.swapFlowFilesOut(List<FlowFileRecord> swappedOut,
FlowFileQueue flowFileQueue,
String swapLocation)
Updates the Repository to indicate that the given FlowFileRecords were
Swapped Out of memory
|
Copyright © 2015 Apache NiFi(incubating) Project. All rights reserved.