public class NarAutoLoader extends Object
| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
LOGGER |
private NarAutoLoaderTask |
narAutoLoaderTask |
private NarLoader |
narLoader |
private static long |
POLL_INTERVAL_MS |
private NiFiProperties |
properties |
private boolean |
started |
| Constructor and Description |
|---|
NarAutoLoader(NiFiProperties properties,
NarLoader narLoader) |
private static final org.slf4j.Logger LOGGER
private static final long POLL_INTERVAL_MS
private final NiFiProperties properties
private final NarLoader narLoader
private volatile NarAutoLoaderTask narAutoLoaderTask
private volatile boolean started
public NarAutoLoader(NiFiProperties properties, NarLoader narLoader)
public void start()
throws IllegalAccessException,
InstantiationException,
ClassNotFoundException,
IOException,
TlsException
public void stop()
Copyright © 2022 Apache NiFi Project. All rights reserved.