Uses of Class
org.apache.nifi.cluster.protocol.StandardDataFlow
Packages that use StandardDataFlow
-
Uses of StandardDataFlow in org.apache.nifi.cluster.protocol.message
Fields in org.apache.nifi.cluster.protocol.message declared as StandardDataFlowModifier and TypeFieldDescriptionprivate StandardDataFlow
FlowResponseMessage.dataFlow
private StandardDataFlow
ReconnectionRequestMessage.dataFlow
Methods in org.apache.nifi.cluster.protocol.message that return StandardDataFlowModifier and TypeMethodDescriptionFlowResponseMessage.getDataFlow()
ReconnectionRequestMessage.getDataFlow()
Methods in org.apache.nifi.cluster.protocol.message with parameters of type StandardDataFlowModifier and TypeMethodDescriptionvoid
FlowResponseMessage.setDataFlow
(StandardDataFlow dataFlow) void
ReconnectionRequestMessage.setDataFlow
(StandardDataFlow dataFlow)