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.ipfinderMethods in org.apache.ignite.spi.discovery.tcp.ipfinder that return TcpDiscoveryIpFinderAdapter Modifier and Type Method Description TcpDiscoveryIpFinderAdapterTcpDiscoveryIpFinderAdapter. setShared(boolean shared)Sets shared flag.
- 
Uses of TcpDiscoveryIpFinderAdapter in org.apache.ignite.spi.discovery.tcp.ipfinder.jdbcSubclasses of TcpDiscoveryIpFinderAdapter in org.apache.ignite.spi.discovery.tcp.ipfinder.jdbc Modifier and Type Class Description classTcpDiscoveryJdbcIpFinderJDBC-based IP finder.
- 
Uses of TcpDiscoveryIpFinderAdapter in org.apache.ignite.spi.discovery.tcp.ipfinder.kubernetesSubclasses of TcpDiscoveryIpFinderAdapter in org.apache.ignite.spi.discovery.tcp.ipfinder.kubernetes Modifier and Type Class Description classTcpDiscoveryKubernetesIpFinderIP finder for automatic lookup of Ignite nodes running in Kubernetes environment.
- 
Uses of TcpDiscoveryIpFinderAdapter in org.apache.ignite.spi.discovery.tcp.ipfinder.multicastSubclasses of TcpDiscoveryIpFinderAdapter in org.apache.ignite.spi.discovery.tcp.ipfinder.multicast Modifier and Type Class Description classTcpDiscoveryMulticastIpFinderMulticast-based IP finder.
- 
Uses of TcpDiscoveryIpFinderAdapter in org.apache.ignite.spi.discovery.tcp.ipfinder.sharedfsSubclasses of TcpDiscoveryIpFinderAdapter in org.apache.ignite.spi.discovery.tcp.ipfinder.sharedfs Modifier and Type Class Description classTcpDiscoverySharedFsIpFinderShared filesystem-based IP finder.
- 
Uses of TcpDiscoveryIpFinderAdapter in org.apache.ignite.spi.discovery.tcp.ipfinder.vmSubclasses of TcpDiscoveryIpFinderAdapter in org.apache.ignite.spi.discovery.tcp.ipfinder.vm Modifier and Type Class Description classTcpDiscoveryVmIpFinderIP Finder which works only with pre-configured list of IP addresses specified viaTcpDiscoveryVmIpFinder.setAddresses(Collection)method.
 
-