| Package | Description |
|---|---|
| org.apache.nifi.controller.repository |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardProcessSession
Provides a ProcessSession that ensures all accesses, changes and transfers
occur in an atomic manner for all FlowFiles including their contents and
attributes
|
| Modifier and Type | Field and Description |
|---|---|
private ProvenanceEventEnricher |
StandardProvenanceReporter.eventEnricher |
| Modifier and Type | Method and Description |
|---|---|
InternalProvenanceReporter |
RepositoryContext.createProvenanceReporter(Predicate<FlowFile> flowfileKnownCheck,
ProvenanceEventEnricher eventEnricher) |
InternalProvenanceReporter |
AbstractRepositoryContext.createProvenanceReporter(Predicate<FlowFile> flowfileKnownCheck,
ProvenanceEventEnricher eventEnricher) |
| Constructor and Description |
|---|
StandardProvenanceReporter(Predicate<FlowFile> flowfileKnownCheck,
String processorId,
String processorType,
ProvenanceEventRepository repository,
ProvenanceEventEnricher enricher) |
Copyright © 2021 Apache NiFi Project. All rights reserved.