| Package | Description |
|---|---|
| org.apache.nifi.cluster.protocol | |
| org.apache.nifi.cluster.protocol.impl | |
| org.apache.nifi.cluster.protocol.message |
| Modifier and Type | Field and Description |
|---|---|
private ProtocolMessageMarshaller<ProtocolMessage> |
AbstractNodeProtocolSender.marshaller |
private ProtocolContext<ProtocolMessage> |
AbstractNodeProtocolSender.protocolContext |
private ProtocolMessageUnmarshaller<ProtocolMessage> |
AbstractNodeProtocolSender.unmarshaller |
| Modifier and Type | Method and Description |
|---|---|
ProtocolMessage |
ProtocolHandler.handle(ProtocolMessage msg,
Set<String> nodeIdentities)
Handles the given protocol message or throws an exception if it cannot
handle the message.
|
private ProtocolMessage |
AbstractNodeProtocolSender.sendProtocolMessage(ProtocolMessage msg,
String hostname,
int port,
CommsTimingDetails timingDetails) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ProtocolHandler.canHandle(ProtocolMessage msg) |
ProtocolMessage |
ProtocolHandler.handle(ProtocolMessage msg,
Set<String> nodeIdentities)
Handles the given protocol message or throws an exception if it cannot
handle the message.
|
private ProtocolMessage |
AbstractNodeProtocolSender.sendProtocolMessage(ProtocolMessage msg,
String hostname,
int port,
CommsTimingDetails timingDetails) |
| Constructor and Description |
|---|
AbstractNodeProtocolSender(SocketConfiguration socketConfiguration,
ProtocolContext<ProtocolMessage> protocolContext) |
| Modifier and Type | Field and Description |
|---|---|
private ProtocolContext<ProtocolMessage> |
SocketProtocolListener.protocolContext |
private ProtocolContext<ProtocolMessage> |
StandardClusterCoordinationProtocolSender.protocolContext |
| Modifier and Type | Method and Description |
|---|---|
private NodeIdentifier |
SocketProtocolListener.getNodeIdentifier(ProtocolMessage message) |
| Constructor and Description |
|---|
SocketProtocolListener(int numThreads,
int port,
ServerSocketConfiguration configuration,
ProtocolContext<ProtocolMessage> protocolContext) |
StandardClusterCoordinationProtocolSender(SocketConfiguration socketConfiguration,
ProtocolContext<ProtocolMessage> protocolContext,
int maxThreadsPerRequest) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterWorkloadRequestMessage |
class |
ClusterWorkloadResponseMessage |
class |
ConnectionRequestMessage |
class |
ConnectionResponseMessage |
class |
DisconnectMessage |
class |
ExceptionMessage |
class |
FlowRequestMessage |
class |
FlowResponseMessage |
class |
HeartbeatMessage |
class |
HeartbeatResponseMessage |
class |
MulticastProtocolMessage
Wraps a protocol message and an identifier for sending the message by way
multicast.
|
class |
NodeConnectionStatusRequestMessage |
class |
NodeConnectionStatusResponseMessage |
class |
NodeStatusChangeMessage
Message to indicate that the status of a node in the cluster has changed
|
class |
OffloadMessage |
class |
PingMessage |
class |
ReconnectionRequestMessage |
class |
ReconnectionResponseMessage
This message is used an "ACK" for a ReconnectionRequestMessage
|
class |
ServiceBroadcastMessage |
| Modifier and Type | Field and Description |
|---|---|
private ProtocolMessage |
MulticastProtocolMessage.protocolMessage |
| Modifier and Type | Method and Description |
|---|---|
ProtocolMessage |
MulticastProtocolMessage.getProtocolMessage() |
| Modifier and Type | Method and Description |
|---|---|
void |
MulticastProtocolMessage.setProtocolMessage(ProtocolMessage protocolMessage) |
| Constructor and Description |
|---|
MulticastProtocolMessage(String id,
ProtocolMessage protocolMessage) |
Copyright © 2023 Apache NiFi Project. All rights reserved.