| Interface | Description |
|---|---|
| ExtensionUiLoader |
Loads WARs from extensions and makes them available to the running application.
|
| NarLoader |
Responsible for loading NARs into the running application.
|
| Class | Description |
|---|---|
| NarAutoLoader |
Starts a thread to monitor the auto-load directory for new NARs.
|
| NarAutoLoaderTask |
The runnable task that polls the WatchService for new NAR files found in the auto-load directory.
|
| NarAutoLoaderTask.Builder |
Builder for NarAutoLoaderTask.
|
| PropertyBasedNarProviderInitializationContext |
A facade at front of
NiFiProperties for auto loader extensions. |
| StandardNarLoader |
Loads a set of NARs from the file system into the running application.
|
Copyright © 2022 Apache NiFi Project. All rights reserved.