Package | Description |
---|---|
org.apache.nifi.controller.repository |
Modifier and Type | Method and Description |
---|---|
long |
FlowFileRepository.loadFlowFiles(QueueProvider queueProvider,
long minimumSequenceNumber)
Loads all flow files found within the repository, establishes the content
claims and their reference count
|
long |
FlowFileSwapManager.recoverSwappedFlowFiles(QueueProvider connectionProvider,
ContentClaimManager claimManager)
Notifies FlowFile queues of the number of FlowFiles and content size of
all FlowFiles that are currently swapped out
|
void |
FlowFileSwapManager.start(FlowFileRepository flowFileRepository,
QueueProvider queueProvider,
ContentClaimManager claimManager,
EventReporter reporter)
Starts the Manager's background threads to start swapping FlowFiles in
and out of memory
|
Copyright © 2015 Apache NiFi(incubating) Project. All rights reserved.