Uses of Interface
org.apache.nifi.controller.repository.FlowFileSwapManager
Packages that use FlowFileSwapManager
-
Uses of FlowFileSwapManager in org.apache.nifi.controller.repository
Methods in org.apache.nifi.controller.repository with parameters of type FlowFileSwapManagerModifier and TypeMethodDescriptionFlowFileRepository.findQueuesWithFlowFiles(FlowFileSwapManager flowFileSwapManager) Searches through the repository to find the ID's of all FlowFile Queues that currently have data queueddefault Map<ResourceClaim, Set<ResourceClaimReference>> FlowFileRepository.findResourceClaimReferences(Set<ResourceClaim> resourceClaims, FlowFileSwapManager swapManager) Scans the FlowFile Repository to locate any FlowFiles that reference the given Resource Claims.