Package | Description |
---|---|
org.apache.nifi.controller.repository |
Modifier and Type | Method and Description |
---|---|
SwapContents |
FlowFileSwapManager.peek(String swapLocation,
FlowFileQueue flowFileQueue)
Recovers the FlowFiles from the swap file that lives at the given location.
|
SwapContents |
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.
|
Copyright © 2016 Apache NiFi Project. All rights reserved.