Uses of Interface
org.apache.ignite.spi.discovery.tcp.ipfinder.TcpDiscoveryIpFinder
-
Packages that use TcpDiscoveryIpFinder Package Description org.apache.ignite.spi.discovery.tcp Contains default TCP/IP implementation for discovery SPI.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. -
-
Uses of TcpDiscoveryIpFinder in org.apache.ignite.spi.discovery.tcp
Fields in org.apache.ignite.spi.discovery.tcp declared as TcpDiscoveryIpFinder Modifier and Type Field Description protected TcpDiscoveryIpFinder
TcpDiscoverySpi. ipFinder
IP finder.Methods in org.apache.ignite.spi.discovery.tcp that return TcpDiscoveryIpFinder Modifier and Type Method Description TcpDiscoveryIpFinder
TcpDiscoverySpi. getIpFinder()
Gets IP finder for IP addresses sharing and storing.Methods in org.apache.ignite.spi.discovery.tcp with parameters of type TcpDiscoveryIpFinder Modifier and Type Method Description TcpDiscoverySpi
TcpDiscoverySpi. setIpFinder(TcpDiscoveryIpFinder ipFinder)
Sets IP finder for IP addresses sharing and storing. -
Uses of TcpDiscoveryIpFinder in org.apache.ignite.spi.discovery.tcp.ipfinder
Classes in org.apache.ignite.spi.discovery.tcp.ipfinder that implement TcpDiscoveryIpFinder Modifier and Type Class Description class
TcpDiscoveryIpFinderAdapter
IP finder interface implementation adapter. -
Uses of TcpDiscoveryIpFinder in org.apache.ignite.spi.discovery.tcp.ipfinder.jdbc
Classes in org.apache.ignite.spi.discovery.tcp.ipfinder.jdbc that implement TcpDiscoveryIpFinder Modifier and Type Class Description class
TcpDiscoveryJdbcIpFinder
JDBC-based IP finder. -
Uses of TcpDiscoveryIpFinder in org.apache.ignite.spi.discovery.tcp.ipfinder.kubernetes
Classes in org.apache.ignite.spi.discovery.tcp.ipfinder.kubernetes that implement TcpDiscoveryIpFinder Modifier and Type Class Description class
TcpDiscoveryKubernetesIpFinder
IP finder for automatic lookup of Ignite nodes running in Kubernetes environment. -
Uses of TcpDiscoveryIpFinder in org.apache.ignite.spi.discovery.tcp.ipfinder.multicast
Classes in org.apache.ignite.spi.discovery.tcp.ipfinder.multicast that implement TcpDiscoveryIpFinder Modifier and Type Class Description class
TcpDiscoveryMulticastIpFinder
Multicast-based IP finder. -
Uses of TcpDiscoveryIpFinder in org.apache.ignite.spi.discovery.tcp.ipfinder.sharedfs
Classes in org.apache.ignite.spi.discovery.tcp.ipfinder.sharedfs that implement TcpDiscoveryIpFinder Modifier and Type Class Description class
TcpDiscoverySharedFsIpFinder
Shared filesystem-based IP finder. -
Uses of TcpDiscoveryIpFinder in org.apache.ignite.spi.discovery.tcp.ipfinder.vm
Classes in org.apache.ignite.spi.discovery.tcp.ipfinder.vm that implement TcpDiscoveryIpFinder Modifier and Type Class Description class
TcpDiscoveryVmIpFinder
IP Finder which works only with pre-configured list of IP addresses specified viaTcpDiscoveryVmIpFinder.setAddresses(Collection)
method.
-