| 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 ComponentRevisionSnapshot |
ConnectionResponse.revisionSnapshot |
| Modifier and Type | Method and Description |
|---|---|
static ComponentRevisionSnapshot |
ComponentRevisionSnapshot.fromRevisionSnapshot(RevisionSnapshot revisionSnapshot) |
ComponentRevisionSnapshot |
ConnectionResponse.getComponentRevisions() |
| Constructor and Description |
|---|
ConnectionResponse(NodeIdentifier nodeIdentifier,
DataFlow dataFlow,
String instanceId,
List<NodeConnectionStatus> nodeStatuses,
ComponentRevisionSnapshot revisionSnapshot) |
| Modifier and Type | Field and Description |
|---|---|
private ComponentRevisionSnapshot |
AdaptedConnectionResponse.componentRevisions |
| Modifier and Type | Method and Description |
|---|---|
ComponentRevisionSnapshot |
AdaptedConnectionResponse.getComponentRevisions() |
| Modifier and Type | Method and Description |
|---|---|
void |
AdaptedConnectionResponse.setComponentRevisions(ComponentRevisionSnapshot componentRevisions) |
| Modifier and Type | Field and Description |
|---|---|
private ComponentRevisionSnapshot |
ReconnectionRequestMessage.componentRevisions |
| Modifier and Type | Method and Description |
|---|---|
ComponentRevisionSnapshot |
ReconnectionRequestMessage.getComponentRevisions() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReconnectionRequestMessage.setComponentRevisions(ComponentRevisionSnapshot componentRevisions) |
Copyright © 2021 Apache NiFi Project. All rights reserved.