| Package | Description |
|---|---|
| org.apache.nifi.cluster.protocol | |
| org.apache.nifi.cluster.protocol.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterManagerProtocolSender.assignPrimaryRole(PrimaryRoleAssignmentMessage msg)
Sends an "assign primary role" message to a node.
|
void |
ClusterManagerProtocolSender.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)
Sends a "heartbeat" message to the cluster manager.
|
void |
NodeProtocolSender.notifyControllerStartupFailure(ControllerStartupFailureMessage msg)
Sends a failure notification if the controller was unable start.
|
void |
NodeProtocolSender.notifyReconnectionFailure(ReconnectionFailureMessage msg)
Sends a failure notification if the node was unable to reconnect to the
cluster
|
ConnectionResponseMessage |
NodeProtocolSender.requestConnection(ConnectionRequestMessage msg)
Sends a "connection request" message to the cluster manager.
|
FlowResponseMessage |
ClusterManagerProtocolSender.requestFlow(FlowRequestMessage msg)
Sends a "flow request" message to a node.
|
ReconnectionResponseMessage |
ClusterManagerProtocolSender.requestReconnection(ReconnectionRequestMessage msg)
Sends a "reconnection request" message to a node.
|
void |
NodeProtocolSender.sendBulletins(NodeBulletinsMessage msg)
Sends a bulletins message to the cluster manager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterManagerProtocolSenderListener.assignPrimaryRole(PrimaryRoleAssignmentMessage msg) |
void |
ClusterManagerProtocolSenderImpl.assignPrimaryRole(PrimaryRoleAssignmentMessage msg)
Assigns the primary role to a node.
|
void |
ClusterManagerProtocolSenderListener.disconnect(DisconnectMessage msg) |
void |
ClusterManagerProtocolSenderImpl.disconnect(DisconnectMessage msg)
Requests a node to disconnect from the cluster.
|
ProtocolMessage |
ClusterServiceDiscovery.ClusterManagerServiceBroadcastHandler.handle(ProtocolMessage msg) |
void |
NodeProtocolSenderListener.heartbeat(HeartbeatMessage msg) |
void |
NodeProtocolSenderImpl.heartbeat(HeartbeatMessage msg) |
void |
NodeProtocolSenderListener.notifyControllerStartupFailure(ControllerStartupFailureMessage msg) |
void |
NodeProtocolSenderImpl.notifyControllerStartupFailure(ControllerStartupFailureMessage msg) |
void |
NodeProtocolSenderListener.notifyReconnectionFailure(ReconnectionFailureMessage msg) |
void |
NodeProtocolSenderImpl.notifyReconnectionFailure(ReconnectionFailureMessage msg) |
ConnectionResponseMessage |
NodeProtocolSenderListener.requestConnection(ConnectionRequestMessage msg) |
ConnectionResponseMessage |
NodeProtocolSenderImpl.requestConnection(ConnectionRequestMessage msg) |
FlowResponseMessage |
ClusterManagerProtocolSenderListener.requestFlow(FlowRequestMessage msg) |
FlowResponseMessage |
ClusterManagerProtocolSenderImpl.requestFlow(FlowRequestMessage msg)
Requests the data flow from a node.
|
ReconnectionResponseMessage |
ClusterManagerProtocolSenderListener.requestReconnection(ReconnectionRequestMessage msg) |
ReconnectionResponseMessage |
ClusterManagerProtocolSenderImpl.requestReconnection(ReconnectionRequestMessage msg)
Requests a node to reconnect to the cluster.
|
void |
NodeProtocolSenderListener.sendBulletins(NodeBulletinsMessage msg) |
void |
NodeProtocolSenderImpl.sendBulletins(NodeBulletinsMessage msg) |
Copyright © 2015 Apache NiFi(incubating) Project. All rights reserved.