Class NodeStatusChangeMessage
java.lang.Object
org.apache.nifi.cluster.protocol.message.ProtocolMessage
org.apache.nifi.cluster.protocol.message.NodeStatusChangeMessage
Message to indicate that the status of a node in the cluster has changed
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.nifi.cluster.protocol.message.ProtocolMessage
ProtocolMessage.MessageType
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()
void
void
setNodeId
(NodeIdentifier nodeId) toString()
-
Field Details
-
connectionStatus
-
nodeId
-
-
Constructor Details
-
NodeStatusChangeMessage
public NodeStatusChangeMessage()
-
-
Method Details
-
getType
- Specified by:
getType
in classProtocolMessage
-
getNodeId
-
setNodeId
-
getNodeConnectionStatus
-
setNodeConnectionStatus
-
toString
-