Uses of Class
org.apache.ignite.spi.discovery.tcp.ipfinder.TcpDiscoveryIpFinderAdapter
-
Packages that use TcpDiscoveryIpFinderAdapter 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. -
-
Uses of TcpDiscoveryIpFinderAdapter in org.apache.ignite.spi.discovery.tcp.ipfinder
Methods in org.apache.ignite.spi.discovery.tcp.ipfinder that return TcpDiscoveryIpFinderAdapter Modifier and Type Method Description TcpDiscoveryIpFinderAdapter
TcpDiscoveryIpFinderAdapter. setShared(boolean shared)
Sets shared flag. -
Uses of TcpDiscoveryIpFinderAdapter in org.apache.ignite.spi.discovery.tcp.ipfinder.jdbc
Subclasses of TcpDiscoveryIpFinderAdapter in org.apache.ignite.spi.discovery.tcp.ipfinder.jdbc Modifier and Type Class Description class
TcpDiscoveryJdbcIpFinder
JDBC-based IP finder. -
Uses of TcpDiscoveryIpFinderAdapter in org.apache.ignite.spi.discovery.tcp.ipfinder.kubernetes
Subclasses of TcpDiscoveryIpFinderAdapter in org.apache.ignite.spi.discovery.tcp.ipfinder.kubernetes Modifier and Type Class Description class
TcpDiscoveryKubernetesIpFinder
IP finder for automatic lookup of Ignite nodes running in Kubernetes environment. -
Uses of TcpDiscoveryIpFinderAdapter in org.apache.ignite.spi.discovery.tcp.ipfinder.multicast
Subclasses of TcpDiscoveryIpFinderAdapter in org.apache.ignite.spi.discovery.tcp.ipfinder.multicast Modifier and Type Class Description class
TcpDiscoveryMulticastIpFinder
Multicast-based IP finder. -
Uses of TcpDiscoveryIpFinderAdapter in org.apache.ignite.spi.discovery.tcp.ipfinder.sharedfs
Subclasses of TcpDiscoveryIpFinderAdapter in org.apache.ignite.spi.discovery.tcp.ipfinder.sharedfs Modifier and Type Class Description class
TcpDiscoverySharedFsIpFinder
Shared filesystem-based IP finder. -
Uses of TcpDiscoveryIpFinderAdapter in org.apache.ignite.spi.discovery.tcp.ipfinder.vm
Subclasses of TcpDiscoveryIpFinderAdapter in org.apache.ignite.spi.discovery.tcp.ipfinder.vm Modifier and Type Class Description class
TcpDiscoveryVmIpFinder
IP Finder which works only with pre-configured list of IP addresses specified viaTcpDiscoveryVmIpFinder.setAddresses(Collection)
method.
-