| Package | Description |
|---|---|
| org.apache.nifi.cluster.protocol | |
| org.apache.nifi.cluster.protocol.impl |
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
NodeProtocolSender.sendBulletins(NodeBulletinsMessage msg)
Sends a bulletins message to the cluster manager.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
void |
NodeProtocolSenderListener.sendBulletins(NodeBulletinsMessage msg) |
void |
NodeProtocolSenderImpl.sendBulletins(NodeBulletinsMessage msg) |
Copyright © 2015 Apache NiFi(incubating) Project. All rights reserved.