| Package | Description |
|---|---|
| org.apache.nifi.cluster.protocol | |
| org.apache.nifi.cluster.protocol.impl |
| Modifier and Type | Method and Description |
|---|---|
ClusterWorkloadResponseMessage |
NodeProtocolSender.clusterWorkload(ClusterWorkloadRequestMessage msg)
Sends a "cluster workflow request" message to the Cluster Coordinator.
|
ClusterWorkloadResponseMessage |
AbstractNodeProtocolSender.clusterWorkload(ClusterWorkloadRequestMessage msg) |
void |
ClusterCoordinationProtocolSender.disconnect(DisconnectMessage msg)
Sends a "disconnection request" message to a node.
|
ProtocolMessage |
ProtocolHandler.handle(ProtocolMessage msg,
Set<String> nodeIdentities)
Handles the given protocol message or throws an exception if it cannot
handle the message.
|
HeartbeatResponseMessage |
NodeProtocolSender.heartbeat(HeartbeatMessage msg,
String address)
Sends a heartbeat to the address given
|
HeartbeatResponseMessage |
AbstractNodeProtocolSender.heartbeat(HeartbeatMessage msg,
String address) |
byte[] |
HeartbeatPayload.marshal() |
static void |
HeartbeatPayload.marshal(HeartbeatPayload payload,
OutputStream os) |
void |
ClusterCoordinationProtocolSender.offload(OffloadMessage msg)
Sends an "offload request" message to a node.
|
ConnectionResponseMessage |
NodeProtocolSender.requestConnection(ConnectionRequestMessage msg,
boolean allowConnectionToSelf)
Sends a "connection request" message to the cluster manager.
|
ConnectionResponseMessage |
AbstractNodeProtocolSender.requestConnection(ConnectionRequestMessage msg,
boolean allowConnectToSelf) |
ReconnectionResponseMessage |
ClusterCoordinationProtocolSender.requestReconnection(ReconnectionRequestMessage msg)
Sends a "reconnection request" message to a node.
|
static HeartbeatPayload |
HeartbeatPayload.unmarshal(byte[] bytes) |
static HeartbeatPayload |
HeartbeatPayload.unmarshal(InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
ClusterWorkloadResponseMessage |
NodeProtocolSenderListener.clusterWorkload(ClusterWorkloadRequestMessage msg) |
void |
ClusterCoordinationProtocolSenderListener.disconnect(DisconnectMessage msg) |
void |
StandardClusterCoordinationProtocolSender.disconnect(DisconnectMessage msg)
Requests a node to disconnect from the cluster.
|
HeartbeatResponseMessage |
NodeProtocolSenderListener.heartbeat(HeartbeatMessage msg,
String address) |
void |
ClusterCoordinationProtocolSenderListener.offload(OffloadMessage msg) |
void |
StandardClusterCoordinationProtocolSender.offload(OffloadMessage msg)
Requests a node to be offloaded.
|
ConnectionResponseMessage |
NodeProtocolSenderListener.requestConnection(ConnectionRequestMessage msg,
boolean allowConnectToSelf) |
ReconnectionResponseMessage |
ClusterCoordinationProtocolSenderListener.requestReconnection(ReconnectionRequestMessage msg) |
ReconnectionResponseMessage |
StandardClusterCoordinationProtocolSender.requestReconnection(ReconnectionRequestMessage msg)
Requests a node to reconnect to the cluster.
|
Copyright © 2021 Apache NiFi Project. All rights reserved.