Package | Description |
---|---|
org.apache.nifi.controller.repository |
Modifier and Type | Method and Description |
---|---|
FlowFileQueue |
RepositoryRecord.getDestination() |
FlowFileQueue |
RepositoryRecord.getOriginalQueue() |
Modifier and Type | Method and Description |
---|---|
Collection<FlowFileQueue> |
QueueProvider.getAllQueues() |
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 Project. All rights reserved.