Uses of Interface
org.apache.nifi.controller.queue.FlowFileQueue
Packages that use FlowFileQueue
-
Uses of FlowFileQueue in org.apache.nifi.controller.queue
Subinterfaces of FlowFileQueue in org.apache.nifi.controller.queue -
Uses of FlowFileQueue in org.apache.nifi.controller.repository
Methods in org.apache.nifi.controller.repository that return FlowFileQueueModifier and TypeMethodDescriptionRepositoryRecord.getDestination()
RepositoryRecord.getOriginalQueue()
Methods in org.apache.nifi.controller.repository that return types with arguments of type FlowFileQueueMethods in org.apache.nifi.controller.repository with parameters of type FlowFileQueueModifier and TypeMethodDescriptionFlowFileSwapManager.getSwappedPartitionNames
(FlowFileQueue queue) Determines the names of each of the Partitions for which there are swap files for the given queueFlowFileSwapManager.peek
(String swapLocation, FlowFileQueue flowFileQueue) Recovers the FlowFiles from the swap file that lives at the given location.FlowFileSwapManager.recoverSwapLocations
(FlowFileQueue flowFileQueue, String partitionName) Determines swap files that exist for the given FlowFileQueuevoid
FlowFileRepository.swapFlowFilesIn
(String swapLocation, List<FlowFileRecord> flowFileRecords, FlowFileQueue flowFileQueue) Updates the Repository to indicate that the given FlowFileRecords were Swapped In to memoryvoid
FlowFileRepository.swapFlowFilesOut
(List<FlowFileRecord> swappedOut, FlowFileQueue flowFileQueue, String swapLocation) Updates the Repository to indicate that the given FlowFileRecords were Swapped Out of memoryFlowFileSwapManager.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.FlowFileSwapManager.swapOut
(List<FlowFileRecord> flowFiles, FlowFileQueue flowFileQueue, String partitionName) Swaps out the given FlowFiles that belong to the queue with the given identifier.