public interface DataFlowDao
Modifier and Type | Method and Description |
---|---|
PersistedFlowState |
getPersistedFlowState()
Gets the state of the dataflow.
|
ClusterDataFlow |
loadDataFlow()
Loads the cluster's dataflow.
|
void |
saveDataFlow(ClusterDataFlow dataFlow)
Saves the cluster's dataflow.
|
void |
setPersistedFlowState(PersistedFlowState flowState)
Sets the state of the dataflow.
|
ClusterDataFlow loadDataFlow() throws DaoException
DaoException
- if the dataflow was unable to be loadedvoid saveDataFlow(ClusterDataFlow dataFlow) throws DaoException
dataFlow
- flowDaoException
- if the dataflow was unable to be savedvoid setPersistedFlowState(PersistedFlowState flowState) throws DaoException
flowState
- the state of the dataflowDaoException
- if the state was unable to be updatedPersistedFlowState getPersistedFlowState() throws DaoException
DaoException
- if the state was unable to be retrievedCopyright © 2016 Apache NiFi Project. All rights reserved.