Uses of Interface
org.apache.nifi.controller.repository.SwapContents
Packages that use SwapContents
-
Uses of SwapContents in org.apache.nifi.controller.repository
Fields in org.apache.nifi.controller.repository declared as SwapContentsModifier and TypeFieldDescriptionprivate final SwapContentsIncompleteSwapFileException.partialContentsMethods in org.apache.nifi.controller.repository that return SwapContentsModifier and TypeMethodDescriptionIncompleteSwapFileException.getPartialContents()FlowFileSwapManager.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.Constructors in org.apache.nifi.controller.repository with parameters of type SwapContentsModifierConstructorDescriptionIncompleteSwapFileException(String swapLocation, SwapContents partialContents)