public class ClusteredEventAccess extends Object implements EventAccess
Modifier and Type | Field and Description |
---|---|
private AuditService |
auditService |
private WebClusterManager |
clusterManager |
Constructor and Description |
---|
ClusteredEventAccess(WebClusterManager clusterManager,
AuditService auditService) |
Modifier and Type | Method and Description |
---|---|
ProcessGroupStatus |
getControllerStatus() |
List<Action> |
getFlowChanges(int firstActionId,
int maxActions) |
List<ProvenanceEventRecord> |
getProvenanceEvents(long arg0,
int arg1) |
ProvenanceEventRepository |
getProvenanceRepository() |
private final WebClusterManager clusterManager
private final AuditService auditService
public ClusteredEventAccess(WebClusterManager clusterManager, AuditService auditService)
public ProcessGroupStatus getControllerStatus()
getControllerStatus
in interface EventAccess
public List<ProvenanceEventRecord> getProvenanceEvents(long arg0, int arg1) throws IOException
getProvenanceEvents
in interface EventAccess
IOException
public ProvenanceEventRepository getProvenanceRepository()
getProvenanceRepository
in interface EventAccess
public List<Action> getFlowChanges(int firstActionId, int maxActions)
getFlowChanges
in interface EventAccess
Copyright © 2016 Apache NiFi Project. All rights reserved.