| Package | Description |
|---|---|
| org.apache.nifi.processor.util.list |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractListProcessor<T extends ListableEntity>
An Abstract Processor that is intended to simplify the coding required in order to perform Listing operations of remote or local resources.
|
class |
ListedEntityTracker<T extends ListableEntity> |
| Modifier and Type | Field and Description |
|---|---|
private ListProcessorTestWatcher.Provider<List<ListableEntity>> |
ListProcessorTestWatcher.entitiesProvider |
| Modifier and Type | Method and Description |
|---|---|
private void |
ListProcessorTestWatcher.dumpState(Consumer<String> d,
Map<String,String> state,
List<ListableEntity> entities,
List<FlowFile> flowFiles,
long start) |
| Constructor and Description |
|---|
ListProcessorTestWatcher(ListProcessorTestWatcher.Provider<Map<String,String>> stateMapProvider,
ListProcessorTestWatcher.Provider<List<ListableEntity>> entitiesProvider,
ListProcessorTestWatcher.Provider<List<FlowFile>> successFlowFilesProvider) |
Copyright © 2019 Apache NiFi Project. All rights reserved.