| Package | Description |
|---|---|
| org.apache.nifi.controller.repository |
| Modifier and Type | Field and Description |
|---|---|
private SwapContents |
IncompleteSwapFileException.partialContents |
| Modifier and Type | Method and Description |
|---|---|
SwapContents |
IncompleteSwapFileException.getPartialContents() |
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.
|
| Constructor and Description |
|---|
IncompleteSwapFileException(String swapLocation,
SwapContents partialContents) |
Copyright © 2016 Apache NiFi Project. All rights reserved.