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 |
---|---|
List<FlowFileRecord> |
FlowFileSwapManager.peek(String swapLocation,
FlowFileQueue flowFileQueue)
Recovers the SwapFiles from the swap file that lives at the given location.
|
List<String> |
FlowFileSwapManager.recoverSwapLocations(FlowFileQueue flowFileQueue)
Determines swap files that exist for the given FlowFileQueue
|
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
|
List<FlowFileRecord> |
FlowFileSwapManager.swapIn(String swapLocation,
FlowFileQueue flowFileQueue)
Recovers the FlowFiles from the swap file that lives at the given location and belongs
to the FlowFile Queue with the given identifier.
|
String |
FlowFileSwapManager.swapOut(List<FlowFileRecord> flowFiles,
FlowFileQueue flowFileQueue)
Swaps out the given FlowFiles that belong to the queue with the given identifier.
|
Copyright © 2015 Apache NiFi Project. All rights reserved.