Package | Description |
---|---|
org.apache.nifi.controller.status | |
org.apache.nifi.registry.flow |
Modifier and Type | Field and Description |
---|---|
private VersionedFlowState |
ProcessGroupStatus.versionedFlowState |
Modifier and Type | Method and Description |
---|---|
VersionedFlowState |
ProcessGroupStatus.getVersionedFlowState() |
Modifier and Type | Method and Description |
---|---|
void |
ProcessGroupStatus.setVersionedFlowState(VersionedFlowState versionedFlowState) |
Modifier and Type | Method and Description |
---|---|
static VersionedFlowState |
VersionedFlowState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VersionedFlowState[] |
VersionedFlowState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021 Apache NiFi Project. All rights reserved.