Uses of Class
org.apache.ignite.spi.discovery.tcp.messages.TcpDiscoveryAbstractTraceableMessage
-
Packages that use TcpDiscoveryAbstractTraceableMessage Package Description org.apache.ignite.spi.discovery.tcp.messages Contains implementation messages. -
-
Uses of TcpDiscoveryAbstractTraceableMessage in org.apache.ignite.spi.discovery.tcp.messages
Subclasses of TcpDiscoveryAbstractTraceableMessage in org.apache.ignite.spi.discovery.tcp.messages Modifier and Type Class Description classTcpDiscoveryCustomEventMessageWrapped for custom message.classTcpDiscoveryJoinRequestMessageInitial message sent by a node that wants to enter topology.classTcpDiscoveryNodeAddedMessageMessage telling nodes that new node should be added to topology.classTcpDiscoveryNodeAddFinishedMessageSent by coordinator across the ring to finish node add process.classTcpDiscoveryNodeFailedMessageSent by node that has detected node failure to coordinator across the ring, then sent by coordinator across the ring.classTcpDiscoveryNodeLeftMessageSent by node that is stopping to coordinator across the ring, then sent by coordinator across the ring.classTcpDiscoveryServerOnlyCustomEventMessageWrapped for custom message that must not be delivered to the client nodes.Constructors in org.apache.ignite.spi.discovery.tcp.messages with parameters of type TcpDiscoveryAbstractTraceableMessage Constructor Description TcpDiscoveryAbstractTraceableMessage(TcpDiscoveryAbstractTraceableMessage msg)
-