public class NarAutoLoaderTask extends Object implements Runnable
| Modifier and Type | Class and Description |
|---|---|
static class |
NarAutoLoaderTask.Builder
Builder for NarAutoLoaderTask.
|
| Modifier and Type | Field and Description |
|---|---|
private Path |
autoLoadPath |
private List<File> |
candidateNars |
private static org.slf4j.Logger |
LOGGER |
private static long |
MIN_FILE_AGE |
private NarLoader |
narLoader |
private long |
pollIntervalMillis |
private boolean |
stopped |
private WatchService |
watchService |
| Modifier | Constructor and Description |
|---|---|
private |
NarAutoLoaderTask(NarAutoLoaderTask.Builder builder) |
private static final org.slf4j.Logger LOGGER
private static final long MIN_FILE_AGE
private final Path autoLoadPath
private final WatchService watchService
private final long pollIntervalMillis
private final NarLoader narLoader
private volatile boolean stopped
private NarAutoLoaderTask(NarAutoLoaderTask.Builder builder)
Copyright © 2022 Apache NiFi Project. All rights reserved.