public interface EventAccess
Modifier and Type | Method and Description |
---|---|
ProcessGroupStatus |
getControllerStatus() |
List<ProvenanceEventRecord> |
getProvenanceEvents(long firstEventId,
int maxRecords)
Convenience method to obtain Provenance Events starting with (and
including) the given ID.
|
ProvenanceEventRepository |
getProvenanceRepository() |
ProcessGroupStatus getControllerStatus()
List<ProvenanceEventRecord> getProvenanceEvents(long firstEventId, int maxRecords) throws IOException
firstEventId
.firstEventId
- the ID of the first event to obtainmaxRecords
- the maximum number of records to obtainIOException
- if unable to get recordsProvenanceEventRepository getProvenanceRepository()
Copyright © 2015 Apache NiFi Project. All rights reserved.