Uses of Interface
org.apache.nifi.cluster.firewall.ClusterNodeFirewall
Packages that use ClusterNodeFirewall
Package
Description
-
Uses of ClusterNodeFirewall in org.apache.nifi.cluster.coordination.node
Fields in org.apache.nifi.cluster.coordination.node declared as ClusterNodeFirewallModifier and TypeFieldDescriptionprivate final ClusterNodeFirewall
NodeClusterCoordinator.firewall
Constructors in org.apache.nifi.cluster.coordination.node with parameters of type ClusterNodeFirewallModifierConstructorDescriptionNodeClusterCoordinator
(ClusterCoordinationProtocolSenderListener senderListener, EventReporter eventReporter, LeaderElectionManager leaderElectionManager, FlowElection flowElection, ClusterNodeFirewall firewall, RevisionManager revisionManager, NiFiProperties nifiProperties, NodeProtocolSender nodeProtocolSender, StateManagerProvider stateManagerProvider) -
Uses of ClusterNodeFirewall in org.apache.nifi.cluster.firewall.impl
Classes in org.apache.nifi.cluster.firewall.impl that implement ClusterNodeFirewallModifier and TypeClassDescriptionclass
A file-based implementation of the ClusterFirewall interface. -
Uses of ClusterNodeFirewall in org.apache.nifi.framework.configuration
Methods in org.apache.nifi.framework.configuration that return ClusterNodeFirewallModifier and TypeMethodDescriptionprivate ClusterNodeFirewall
ClusterCoordinatorConfiguration.clusterFirewall()