Uses of Class
org.apache.nifi.controller.repository.IncompleteSwapFileException
Packages that use IncompleteSwapFileException
-
Uses of IncompleteSwapFileException in org.apache.nifi.controller.repository
Methods in org.apache.nifi.controller.repository that throw IncompleteSwapFileExceptionModifier and TypeMethodDescriptionFlowFileSwapManager.peek(String swapLocation, FlowFileQueue flowFileQueue) Recovers the FlowFiles from the swap file that lives at the given location.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.