| Package | Description |
|---|---|
| org.apache.nifi.cluster.protocol | |
| org.apache.nifi.cluster.protocol.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterCoordinationProtocolSender.disconnect(DisconnectMessage msg)
Sends a "disconnection request" message to a node.
|
ProtocolMessage |
ProtocolHandler.handle(ProtocolMessage msg)
Handles the given protocol message or throws an exception if it cannot
handle the message.
|
void |
NodeProtocolSender.heartbeat(HeartbeatMessage msg,
String address)
Sends a heartbeat to the address given
|
void |
AbstractNodeProtocolSender.heartbeat(HeartbeatMessage msg,
String address) |
ConnectionResponseMessage |
NodeProtocolSender.requestConnection(ConnectionRequestMessage msg)
Sends a "connection request" message to the cluster manager.
|
ConnectionResponseMessage |
AbstractNodeProtocolSender.requestConnection(ConnectionRequestMessage msg) |
ReconnectionResponseMessage |
ClusterCoordinationProtocolSender.requestReconnection(ReconnectionRequestMessage msg)
Sends a "reconnection request" message to a node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StandardClusterCoordinationProtocolSender.disconnect(DisconnectMessage msg)
Requests a node to disconnect from the cluster.
|
void |
ClusterCoordinationProtocolSenderListener.disconnect(DisconnectMessage msg) |
void |
NodeProtocolSenderListener.heartbeat(HeartbeatMessage msg,
String address) |
ConnectionResponseMessage |
NodeProtocolSenderListener.requestConnection(ConnectionRequestMessage msg) |
ReconnectionResponseMessage |
StandardClusterCoordinationProtocolSender.requestReconnection(ReconnectionRequestMessage msg)
Requests a node to reconnect to the cluster.
|
ReconnectionResponseMessage |
ClusterCoordinationProtocolSenderListener.requestReconnection(ReconnectionRequestMessage msg) |
Copyright © 2016 Apache NiFi Project. All rights reserved.