public class ClusterDataFlow extends Object
Modifier and Type | Field and Description |
---|---|
private byte[] |
controllerServices |
private StandardDataFlow |
dataFlow |
private NodeIdentifier |
primaryNodeId |
private byte[] |
reportingTasks |
Constructor and Description |
---|
ClusterDataFlow(StandardDataFlow dataFlow,
NodeIdentifier primaryNodeId,
byte[] controllerServices,
byte[] reportingTasks) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getControllerServices() |
StandardDataFlow |
getDataFlow() |
NodeIdentifier |
getPrimaryNodeId() |
byte[] |
getReportingTasks() |
private final StandardDataFlow dataFlow
private final NodeIdentifier primaryNodeId
private final byte[] controllerServices
private final byte[] reportingTasks
public ClusterDataFlow(StandardDataFlow dataFlow, NodeIdentifier primaryNodeId, byte[] controllerServices, byte[] reportingTasks)
public byte[] getControllerServices()
public byte[] getReportingTasks()
public NodeIdentifier getPrimaryNodeId()
public StandardDataFlow getDataFlow()
Copyright © 2016 Apache NiFi Project. All rights reserved.