Uses of Interface
org.apache.nifi.provenance.ProvenanceEventRecord
Packages that use ProvenanceEventRecord
-
Uses of ProvenanceEventRecord in org.apache.nifi.provenance
Methods in org.apache.nifi.provenance that return ProvenanceEventRecordModifier and TypeMethodDescriptionProvenanceEventBuilder.build()Builds the Provenance Event.ProvenanceEventRepository.getEvent(long id) Retrieves the Provenance Event with the given ID.Methods in org.apache.nifi.provenance that return types with arguments of type ProvenanceEventRecordModifier and TypeMethodDescriptionProvenanceEventRepository.getEvents(long firstRecordId, int maxRecords) Returns a List of allProvenanceEventRecords in the repository starting with the given ID.Methods in org.apache.nifi.provenance with parameters of type ProvenanceEventRecordModifier and TypeMethodDescriptionProvenanceEventBuilder.fromEvent(ProvenanceEventRecord event) Populates the values of the Event being built from the values in the given eventvoidProvenanceEventRepository.registerEvent(ProvenanceEventRecord event) Adds the given event to the repository and returns a new event for which the event id has been populated.Method parameters in org.apache.nifi.provenance with type arguments of type ProvenanceEventRecordModifier and TypeMethodDescriptionvoidProvenanceEventRepository.registerEvents(Iterable<ProvenanceEventRecord> events) Adds the given events to the repository. -
Uses of ProvenanceEventRecord in org.apache.nifi.reporting
Methods in org.apache.nifi.reporting that return types with arguments of type ProvenanceEventRecordModifier and TypeMethodDescriptionEventAccess.getProvenanceEvents(long firstEventId, int maxRecords) Convenience method to obtain Provenance Events starting with (and including) the given ID.