| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.tracing.messages | |
| org.apache.ignite.spi.discovery.tcp.messages |
Contains implementation messages.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends TraceableMessage> |
TraceableMessagesHandler.branch(T msg,
TraceableMessage parent)
Injects a sub-span to
msg as child span contained in given parent. |
| Modifier and Type | Method and Description |
|---|---|
void |
TraceableMessagesHandler.afterReceive(TraceableMessage msg)
Called when message is received.
|
void |
TraceableMessagesHandler.beforeSend(TraceableMessage msg)
Called when message is going to be send.
|
<T extends TraceableMessage> |
TraceableMessagesHandler.branch(T msg,
TraceableMessage parent)
Injects a sub-span to
msg as child span contained in given parent. |
void |
TraceableMessagesHandler.finishProcessing(TraceableMessage msg) |
| Modifier and Type | Method and Description |
|---|---|
static SpanType |
TraceableMessagesTable.traceName(Class<? extends TraceableMessage> msgCls) |
| Modifier and Type | Class and Description |
|---|---|
class |
TcpDiscoveryAbstractTraceableMessage
Abstract traceable message for TCP discovery.
|
class |
TcpDiscoveryCustomEventMessage
Wrapped for custom message.
|
class |
TcpDiscoveryJoinRequestMessage
Initial message sent by a node that wants to enter topology.
|
class |
TcpDiscoveryNodeAddedMessage
Message telling nodes that new node should be added to topology.
|
class |
TcpDiscoveryNodeAddFinishedMessage
Sent by coordinator across the ring to finish node add process.
|
class |
TcpDiscoveryNodeFailedMessage
Sent by node that has detected node failure to coordinator across the ring,
then sent by coordinator across the ring.
|
class |
TcpDiscoveryNodeLeftMessage
Sent by node that is stopping to coordinator across the ring,
then sent by coordinator across the ring.
|
class |
TcpDiscoveryServerOnlyCustomEventMessage
Wrapped for custom message that must not be delivered to the client nodes.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021