| Package | Description |
|---|---|
| org.apache.nifi.controller.repository |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
FlowFileRepository.findQueuesWithFlowFiles(FlowFileSwapManager flowFileSwapManager)
Searches through the repository to find the ID's of all FlowFile Queues that currently have data queued
|
default 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.
|
Copyright © 2023 Apache NiFi Project. All rights reserved.