Package | Description |
---|---|
org.apache.ignite.spi.discovery |
Contains APIs for topology manager SPI.
|
org.apache.ignite.spi.discovery.isolated |
Contains implementation of special "isolated" mode for single-node cluster.
|
org.apache.ignite.spi.discovery.tcp |
Contains default TCP/IP implementation for discovery SPI.
|
org.apache.ignite.spi.discovery.zk |
Contains Zookeeper Discovery Spi classes and interfaces.
|
Modifier and Type | Method and Description |
---|---|
DiscoverySpiCustomMessage |
DiscoverySpiCustomMessage.ackMessage()
Called when custom message has been handled by all nodes.
|
DiscoverySpiCustomMessage |
DiscoveryNotification.getCustomMsgData() |
Modifier and Type | Method and Description |
---|---|
IgniteFuture<?> |
DiscoverySpiListener.onDiscovery(int type,
long topVer,
ClusterNode node,
Collection<ClusterNode> topSnapshot,
Map<Long,Collection<ClusterNode>> topHist,
DiscoverySpiCustomMessage data)
Deprecated.
|
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,
org.apache.ignite.internal.processors.tracing.messages.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 |
---|---|
void |
ZookeeperDiscoverySpi.sendCustomEvent(DiscoverySpiCustomMessage msg)
Sends custom message across the ring.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024