| 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 StandardDataFlow |
ConnectionResponse.dataFlow |
| Modifier and Type | Method and Description |
|---|---|
StandardDataFlow |
ConnectionResponse.getDataFlow() |
| Constructor and Description |
|---|
ConnectionResponse(NodeIdentifier nodeIdentifier,
StandardDataFlow dataFlow,
boolean primary,
Integer managerRemoteInputPort,
Boolean managerRemoteCommsSecure,
String instanceId) |
| Modifier and Type | Field and Description |
|---|---|
private StandardDataFlow |
AdaptedConnectionResponse.dataFlow |
| Modifier and Type | Method and Description |
|---|---|
StandardDataFlow |
AdaptedConnectionResponse.getDataFlow() |
StandardDataFlow |
DataFlowAdapter.unmarshal(AdaptedDataFlow aDf) |
| Modifier and Type | Method and Description |
|---|---|
AdaptedDataFlow |
DataFlowAdapter.marshal(StandardDataFlow df) |
void |
AdaptedConnectionResponse.setDataFlow(StandardDataFlow dataFlow) |
| Modifier and Type | Field and Description |
|---|---|
private StandardDataFlow |
ReconnectionRequestMessage.dataFlow |
private StandardDataFlow |
FlowResponseMessage.dataFlow |
| Modifier and Type | Method and Description |
|---|---|
StandardDataFlow |
ReconnectionRequestMessage.getDataFlow() |
StandardDataFlow |
FlowResponseMessage.getDataFlow() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReconnectionRequestMessage.setDataFlow(StandardDataFlow dataFlow) |
void |
FlowResponseMessage.setDataFlow(StandardDataFlow dataFlow) |
Copyright © 2015 Apache NiFi(incubating) Project. All rights reserved.