Uses of Class
org.apache.nifi.cluster.protocol.UnknownServiceAddressException
Packages that use UnknownServiceAddressException
-
Uses of UnknownServiceAddressException in org.apache.nifi.cluster.protocol
Methods in org.apache.nifi.cluster.protocol that throw UnknownServiceAddressExceptionModifier and TypeMethodDescriptionAbstractNodeProtocolSender.requestConnection
(ConnectionRequestMessage msg, boolean allowConnectToSelf) NodeProtocolSender.requestConnection
(ConnectionRequestMessage msg, boolean allowConnectionToSelf) Sends a "connection request" message to the cluster manager. -
Uses of UnknownServiceAddressException in org.apache.nifi.cluster.protocol.impl
Methods in org.apache.nifi.cluster.protocol.impl that throw UnknownServiceAddressExceptionModifier and TypeMethodDescriptionNodeProtocolSenderListener.requestConnection
(ConnectionRequestMessage msg, boolean allowConnectToSelf)