Package | Description |
---|---|
org.apache.ignite.spi.discovery.tcp.ipfinder |
Contains IP finder interface and adapter.
|
org.apache.ignite.spi.discovery.tcp.ipfinder.jdbc |
Contains JDBC IP finder implementation.
|
org.apache.ignite.spi.discovery.tcp.ipfinder.kubernetes |
Contains Kubernetes IP finder implementation.
|
org.apache.ignite.spi.discovery.tcp.ipfinder.multicast |
Contains multicast-based IP finder.
|
org.apache.ignite.spi.discovery.tcp.ipfinder.sharedfs |
Contains shared filesystem-based IP finder.
|
org.apache.ignite.spi.discovery.tcp.ipfinder.vm |
Contains local JVM-based IP finder.
|
Modifier and Type | Method and Description |
---|---|
TcpDiscoveryIpFinderAdapter |
TcpDiscoveryIpFinderAdapter.setShared(boolean shared)
Sets shared flag.
|
Modifier and Type | Class and Description |
---|---|
class |
TcpDiscoveryJdbcIpFinder
JDBC-based IP finder.
|
Modifier and Type | Class and Description |
---|---|
class |
TcpDiscoveryKubernetesIpFinder
IP finder for automatic lookup of Ignite nodes running in Kubernetes environment.
|
Modifier and Type | Class and Description |
---|---|
class |
TcpDiscoveryMulticastIpFinder
Multicast-based IP finder.
|
Modifier and Type | Class and Description |
---|---|
class |
TcpDiscoverySharedFsIpFinder
Shared filesystem-based IP finder.
|
Modifier and Type | Class and Description |
---|---|
class |
TcpDiscoveryVmIpFinder
IP Finder which works only with pre-configured list of IP addresses specified
via
TcpDiscoveryVmIpFinder.setAddresses(Collection) method. |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023