| Package | Description |
|---|---|
| org.apache.nifi.provenance | |
| org.apache.nifi.provenance.search | |
| org.apache.nifi.reporting |
| Modifier and Type | Method and Description |
|---|---|
ProvenanceEventRecord |
ProvenanceEventBuilder.build()
Builds the Provenance Event.
|
ProvenanceEventRecord |
ProvenanceEventRepository.getEvent(long id) |
| Modifier and Type | Method and Description |
|---|---|
List<ProvenanceEventRecord> |
ProvenanceEventRepository.getEvents(long firstRecordId,
int maxRecords)
Returns a List of all
ProvenanceEventRecords in the
repository starting with the given ID. |
| Modifier and Type | Method and Description |
|---|---|
ProvenanceEventBuilder |
ProvenanceEventBuilder.fromEvent(ProvenanceEventRecord event)
Populates the values of the Event being built from the values in the
given event
|
void |
ProvenanceEventRepository.registerEvent(ProvenanceEventRecord event)
Adds the given event to the repository and returns a new event for which
the event id has been populated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProvenanceEventRepository.registerEvents(Iterable<ProvenanceEventRecord> events)
Adds the given events to the repository.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProvenanceEventRecord> |
QueryResult.getMatchingEvents() |
| Modifier and Type | Method and Description |
|---|---|
List<ProvenanceEventRecord> |
EventAccess.getProvenanceEvents(long firstEventId,
int maxRecords)
Convenience method to obtain Provenance Events starting with (and
including) the given ID.
|
Copyright © 2016 Apache NiFi Project. All rights reserved.