Package org.apache.nifi.toolkit.client
Interface ProvenanceClient
- All Known Implementing Classes:
JerseyProvenanceClient
public interface ProvenanceClient
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiondeleteLineageRequest(String lineageRequestId) deleteProvenanceQuery(String queryId) getLatestEvents(String processorId) getLineageRequest(String lineageRequestId) getProvenanceQuery(String queryId) replayLastEvent(String processorId, ProvenanceClient.ReplayEventNodes replayEventNodes) submitLineageRequest(LineageEntity lineageEntity) submitProvenanceQuery(ProvenanceEntity provenanceQuery)
-
Method Details
-
submitProvenanceQuery
ProvenanceEntity submitProvenanceQuery(ProvenanceEntity provenanceQuery) throws NiFiClientException, IOException - Throws:
NiFiClientExceptionIOException
-
getProvenanceQuery
- Throws:
NiFiClientExceptionIOException
-
deleteProvenanceQuery
- Throws:
NiFiClientExceptionIOException
-
submitLineageRequest
LineageEntity submitLineageRequest(LineageEntity lineageEntity) throws NiFiClientException, IOException - Throws:
NiFiClientExceptionIOException
-
getLineageRequest
- Throws:
NiFiClientExceptionIOException
-
deleteLineageRequest
- Throws:
NiFiClientExceptionIOException
-
replayLastEvent
ReplayLastEventResponseEntity replayLastEvent(String processorId, ProvenanceClient.ReplayEventNodes replayEventNodes) throws NiFiClientException, IOException - Throws:
NiFiClientExceptionIOException
-
getLatestEvents
LatestProvenanceEventsEntity getLatestEvents(String processorId) throws NiFiClientException, IOException - Throws:
NiFiClientExceptionIOException
-