| Package | Description |
|---|---|
| org.apache.nifi.cluster.protocol | |
| org.apache.nifi.cluster.protocol.jaxb.message | |
| org.apache.nifi.cluster.protocol.message |
| Modifier and Type | Field and Description |
|---|---|
private List<ComponentRevision> |
ConnectionResponse.componentRevisions |
| Modifier and Type | Method and Description |
|---|---|
static ComponentRevision |
ComponentRevision.fromRevision(Revision revision) |
| Modifier and Type | Method and Description |
|---|---|
List<ComponentRevision> |
ConnectionResponse.getComponentRevisions() |
| Constructor and Description |
|---|
ConnectionResponse(NodeIdentifier nodeIdentifier,
DataFlow dataFlow,
String instanceId,
List<NodeConnectionStatus> nodeStatuses,
List<ComponentRevision> componentRevisions) |
| Modifier and Type | Field and Description |
|---|---|
private List<ComponentRevision> |
AdaptedConnectionResponse.componentRevisions |
| Modifier and Type | Method and Description |
|---|---|
List<ComponentRevision> |
AdaptedConnectionResponse.getComponentRevisions() |
| Modifier and Type | Method and Description |
|---|---|
void |
AdaptedConnectionResponse.setComponentRevisions(List<ComponentRevision> componentRevisions) |
| Modifier and Type | Field and Description |
|---|---|
private List<ComponentRevision> |
ReconnectionRequestMessage.componentRevisions |
| Modifier and Type | Method and Description |
|---|---|
List<ComponentRevision> |
ReconnectionRequestMessage.getComponentRevisions() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReconnectionRequestMessage.setComponentRevisions(List<ComponentRevision> componentRevisions) |
Copyright © 2020 Apache NiFi Project. All rights reserved.