| Package | Description |
|---|---|
| org.apache.ignite.internal.managers.discovery |
TODO.
|
| org.apache.ignite.internal.processors.cache.persistence.wal.reader | |
| org.apache.ignite.spi.discovery |
Contains APIs for topology manager SPI.
|
| org.apache.ignite.spi.discovery.isolated | |
| org.apache.ignite.spi.discovery.tcp |
Contains default TCP/IP implementation for discovery SPI.
|
| org.apache.ignite.spi.discovery.tcp.messages |
Contains implementation messages.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CustomMessageWrapper |
| Modifier and Type | Method and Description |
|---|---|
@Nullable DiscoverySpiCustomMessage |
CustomMessageWrapper.ackMessage()
Called when custom message has been handled by all nodes.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IgniteDiscoverySpiInternalListener.beforeSendCustomEvent(DiscoverySpi spi,
IgniteLogger log,
DiscoverySpiCustomMessage msg) |
| Modifier and Type | Method and Description |
|---|---|
void |
StandaloneNoopDiscoverySpi.sendCustomEvent(DiscoverySpiCustomMessage msg)
Sends custom message across the ring.
|
| Modifier and Type | Method and Description |
|---|---|
@Nullable DiscoverySpiCustomMessage |
DiscoverySpiCustomMessage.ackMessage()
Called when custom message has been handled by all nodes.
|
DiscoverySpiCustomMessage |
DiscoveryNotification.getCustomMsgData() |
| Modifier and Type | Method and Description |
|---|---|
void |
DiscoverySpi.sendCustomEvent(DiscoverySpiCustomMessage msg)
Sends custom message across the ring.
|
| Constructor and Description |
|---|
DiscoveryNotification(int eventType,
long topVer,
ClusterNode node,
Collection<ClusterNode> topSnapshot,
@Nullable Map<Long,Collection<ClusterNode>> topHist,
@Nullable DiscoverySpiCustomMessage customMsgData,
SpanContainer spanContainer) |
| Modifier and Type | Method and Description |
|---|---|
void |
IsolatedDiscoverySpi.sendCustomEvent(DiscoverySpiCustomMessage msg)
Sends custom message across the ring.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TcpDiscoverySpi.sendCustomEvent(DiscoverySpiCustomMessage msg)
Sends custom message across the ring.
|
| Modifier and Type | Method and Description |
|---|---|
@Nullable DiscoverySpiCustomMessage |
TcpDiscoveryCustomEventMessage.message(@NotNull Marshaller marsh,
ClassLoader ldr) |
| Modifier and Type | Method and Description |
|---|---|
void |
TcpDiscoveryCustomEventMessage.message(@Nullable DiscoverySpiCustomMessage msg,
@NotNull byte[] msgBytes) |
| Constructor and Description |
|---|
TcpDiscoveryCustomEventMessage(UUID creatorNodeId,
@Nullable DiscoverySpiCustomMessage msg,
@NotNull byte[] msgBytes) |
TcpDiscoveryServerOnlyCustomEventMessage(UUID creatorNodeId,
@NotNull DiscoverySpiCustomMessage msg,
@NotNull byte[] msgBytes) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021