Package | Description |
---|---|
org.apache.nifi.cluster.flow | |
org.apache.nifi.cluster.flow.impl | |
org.apache.nifi.cluster.manager.impl |
Modifier and Type | Method and Description |
---|---|
PersistedFlowState |
DataFlowManagementService.getPersistedFlowState() |
PersistedFlowState |
DataFlowDao.getPersistedFlowState()
Gets the state of the dataflow.
|
static PersistedFlowState |
PersistedFlowState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PersistedFlowState[] |
PersistedFlowState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DataFlowManagementService.setPersistedFlowState(PersistedFlowState flowState)
Sets the state of the flow.
|
void |
DataFlowDao.setPersistedFlowState(PersistedFlowState flowState)
Sets the state of the dataflow.
|
Modifier and Type | Method and Description |
---|---|
PersistedFlowState |
DataFlowManagementServiceImpl.getPersistedFlowState() |
PersistedFlowState |
DataFlowDaoImpl.getPersistedFlowState() |
private PersistedFlowState |
DataFlowDaoImpl.getPersistedFlowState(File file) |
Modifier and Type | Method and Description |
---|---|
private File |
DataFlowDaoImpl.addStateFileExtension(File file,
PersistedFlowState state) |
private void |
DataFlowDaoImpl.renameFlowStateFile(File flowStateFile,
PersistedFlowState newState) |
void |
DataFlowManagementServiceImpl.setPersistedFlowState(PersistedFlowState flowState) |
void |
DataFlowDaoImpl.setPersistedFlowState(PersistedFlowState flowState) |
Modifier and Type | Method and Description |
---|---|
private void |
WebClusterManager.notifyDataFlowManagmentServiceOfFlowStateChange(PersistedFlowState newState) |
Copyright © 2015 Apache NiFi Project. All rights reserved.