| Package | Description |
|---|---|
| org.apache.nifi.cluster.protocol | |
| org.apache.nifi.cluster.protocol.impl | |
| org.apache.nifi.cluster.protocol.message |
| Modifier and Type | Method and Description |
|---|---|
ProtocolMessage |
ProtocolHandler.handle(ProtocolMessage msg)
Handles the given protocol message or throws an exception if it cannot
handle the message.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ProtocolHandler.canHandle(ProtocolMessage msg) |
ProtocolMessage |
ProtocolHandler.handle(ProtocolMessage msg)
Handles the given protocol message or throws an exception if it cannot
handle the message.
|
| Modifier and Type | Field and Description |
|---|---|
private ProtocolContext<ProtocolMessage> |
SocketProtocolListener.protocolContext |
private ProtocolContext<ProtocolMessage> |
NodeProtocolSenderImpl.protocolContext |
private ProtocolContext<ProtocolMessage> |
MulticastProtocolListener.protocolContext |
private ProtocolContext<ProtocolMessage> |
ClusterServicesBroadcaster.protocolContext |
private ProtocolContext<ProtocolMessage> |
ClusterManagerProtocolSenderImpl.protocolContext |
| Modifier and Type | Method and Description |
|---|---|
ProtocolMessage |
ClusterServiceDiscovery.ClusterManagerServiceBroadcastHandler.handle(ProtocolMessage msg) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ClusterServiceDiscovery.ClusterManagerServiceBroadcastHandler.canHandle(ProtocolMessage msg) |
ProtocolMessage |
ClusterServiceDiscovery.ClusterManagerServiceBroadcastHandler.handle(ProtocolMessage msg) |
private void |
NodeProtocolSenderImpl.sendProtocolMessage(ProtocolMessage msg) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionRequestMessage |
class |
ConnectionResponseMessage |
class |
ControllerStartupFailureMessage |
class |
DisconnectMessage |
class |
ExceptionMessage |
class |
FlowRequestMessage |
class |
FlowResponseMessage |
class |
HeartbeatMessage |
class |
MulticastProtocolMessage
Wraps a protocol message and an identifier for sending the message by way
multicast.
|
class |
NodeBulletinsMessage |
class |
PingMessage |
class |
PrimaryRoleAssignmentMessage |
class |
ReconnectionFailureMessage |
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 © 2015 Apache NiFi(incubating) Project. All rights reserved.