public interface SwapSummary
Provides a summary of the information that is stored in a FlowFile swap file.
| Modifier and Type | Method and Description |
|---|---|
Long |
getMaxFlowFileId() |
Long |
getMinLastQueueDate() |
QueueSize |
getQueueSize() |
List<ResourceClaim> |
getResourceClaims()
Returns a List of all ResourceClaims that are referenced by the FlowFiles in the swap file.
|
Long |
getTotalLastQueueDate() |
QueueSize getQueueSize()
Long getMaxFlowFileId()
List<ResourceClaim> getResourceClaims()
Long getMinLastQueueDate()
Long getTotalLastQueueDate()
Copyright © 2023 Apache NiFi Project. All rights reserved.