public class StandardRepositoryStatusReport extends Object implements RepositoryStatusReport
| Modifier and Type | Field and Description |
|---|---|
private Map<String,FlowFileEvent> |
entries |
| Constructor and Description |
|---|
StandardRepositoryStatusReport() |
| Modifier and Type | Method and Description |
|---|---|
void |
addReportEntry(FlowFileEvent entry,
String componentId)
Adds an entry to the report.
|
Map<String,FlowFileEvent> |
getReportEntries()
Returns a map where the key is the processor ID and the value is the status entry for the processor.
|
FlowFileEvent |
getReportEntry(String componentId)
Returns a particular entry for a given processor ID.
|
String |
toString() |
private final Map<String,FlowFileEvent> entries
public Map<String,FlowFileEvent> getReportEntries()
getReportEntries in interface RepositoryStatusReportpublic FlowFileEvent getReportEntry(String componentId)
getReportEntry in interface RepositoryStatusReportcomponentId - the ID of a component; that component may be a Processor, a Connection, a ProcessGroup, etc.public void addReportEntry(FlowFileEvent entry, String componentId)
addReportEntry in interface RepositoryStatusReportentry - an entrycomponentId - the id of the component that the entry belongs toCopyright © 2021 Apache NiFi Project. All rights reserved.