| Package | Description |
|---|---|
| org.apache.nifi.cluster.protocol.message |
| Modifier and Type | Method and Description |
|---|---|
ProtocolMessage.MessageType |
ServiceBroadcastMessage.getType() |
ProtocolMessage.MessageType |
ReconnectionResponseMessage.getType() |
ProtocolMessage.MessageType |
ReconnectionRequestMessage.getType() |
abstract ProtocolMessage.MessageType |
ProtocolMessage.getType() |
ProtocolMessage.MessageType |
PingMessage.getType() |
ProtocolMessage.MessageType |
NodeStatusChangeMessage.getType() |
ProtocolMessage.MessageType |
NodeConnectionStatusResponseMessage.getType() |
ProtocolMessage.MessageType |
NodeConnectionStatusRequestMessage.getType() |
ProtocolMessage.MessageType |
MulticastProtocolMessage.getType() |
ProtocolMessage.MessageType |
HeartbeatResponseMessage.getType() |
ProtocolMessage.MessageType |
HeartbeatMessage.getType() |
ProtocolMessage.MessageType |
FlowResponseMessage.getType() |
ProtocolMessage.MessageType |
FlowRequestMessage.getType() |
ProtocolMessage.MessageType |
ExceptionMessage.getType() |
ProtocolMessage.MessageType |
DisconnectMessage.getType() |
ProtocolMessage.MessageType |
ConnectionResponseMessage.getType() |
ProtocolMessage.MessageType |
ConnectionRequestMessage.getType() |
ProtocolMessage.MessageType |
ClusterWorkloadResponseMessage.getType() |
ProtocolMessage.MessageType |
ClusterWorkloadRequestMessage.getType() |
static ProtocolMessage.MessageType |
ProtocolMessage.MessageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtocolMessage.MessageType[] |
ProtocolMessage.MessageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016 Apache NiFi Project. All rights reserved.