Package | Description |
---|---|
org.apache.nifi.cluster.flow | |
org.apache.nifi.cluster.flow.impl |
Modifier and Type | Method and Description |
---|---|
ClusterDataFlow |
DataFlowDao.loadDataFlow()
Loads the cluster's dataflow.
|
ClusterDataFlow |
DataFlowManagementService.loadDataFlow()
Loads the dataflow.
|
Modifier and Type | Method and Description |
---|---|
void |
DataFlowDao.saveDataFlow(ClusterDataFlow dataFlow)
Saves the cluster's dataflow.
|
Modifier and Type | Method and Description |
---|---|
ClusterDataFlow |
DataFlowDaoImpl.loadDataFlow() |
ClusterDataFlow |
DataFlowManagementServiceImpl.loadDataFlow() |
private ClusterDataFlow |
DataFlowDaoImpl.parseDataFlow(File file) |
Modifier and Type | Method and Description |
---|---|
void |
DataFlowDaoImpl.saveDataFlow(ClusterDataFlow dataFlow) |
private void |
DataFlowDaoImpl.writeDataFlow(File file,
ClusterDataFlow clusterDataFlow) |
private void |
DataFlowDaoImpl.writeDataFlow(File file,
ClusterDataFlow clusterDataFlow,
DataFlowDaoImpl.ClusterMetadata clusterMetadata) |
Copyright © 2016 Apache NiFi Project. All rights reserved.