| Package | Description |
|---|---|
| org.apache.ignite.configuration |
Contains configuration-related classes.
|
| org.apache.ignite.internal |
Contains main implementation.
|
| org.apache.ignite.internal.managers.discovery |
TODO.
|
| org.apache.ignite.internal.processors.cache.persistence.wal.reader | |
| org.apache.ignite.internal.util |
System-wide utility routine and helper classes.
|
| org.apache.ignite.spi.discovery.isolated | |
| org.apache.ignite.spi.discovery.tcp |
Contains default TCP/IP implementation for discovery SPI.
|
| Modifier and Type | Method and Description |
|---|---|
DiscoverySpi |
IgniteConfiguration.getDiscoverySpi()
Should return fully configured discovery SPI implementation.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteConfiguration |
IgniteConfiguration.setDiscoverySpi(DiscoverySpi discoSpi)
Sets fully configured instance of
DiscoverySpi. |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
IgniteFeatures.allNodesSupport(DiscoverySpi discoSpi,
IgniteFeatures feature)
Check that feature is supported by all remote nodes.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IgniteDiscoverySpi |
| Modifier and Type | Method and Description |
|---|---|
DiscoverySpi |
GridDiscoveryManager.getInjectedDiscoverySpi()
Performs injection of discovery SPI if needed, then provides DiscoverySpi SPI.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IgniteDiscoverySpiInternalListener.beforeSendCustomEvent(DiscoverySpi spi,
IgniteLogger log,
DiscoverySpiCustomMessage msg) |
| Modifier and Type | Class and Description |
|---|---|
class |
StandaloneNoopDiscoverySpi
No-operation SPI for standalone WAL reader
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
IgniteUtils.discoOrdered(DiscoverySpi discoSpi) |
| Modifier and Type | Class and Description |
|---|---|
class |
IsolatedDiscoverySpi
Special discovery SPI implementation to start a single-node cluster in "isolated" mode.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TcpDiscoverySpi
Discovery SPI implementation that uses TCP/IP for node discovery.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021