Uses of Class
org.apache.ignite.spi.discovery.tcp.ipfinder.jdbc.TcpDiscoveryJdbcIpFinder
- 
Packages that use TcpDiscoveryJdbcIpFinder Package Description org.apache.ignite.spi.discovery.tcp.ipfinder.jdbc Contains JDBC IP finder implementation.
- 
- 
Uses of TcpDiscoveryJdbcIpFinder in org.apache.ignite.spi.discovery.tcp.ipfinder.jdbcMethods in org.apache.ignite.spi.discovery.tcp.ipfinder.jdbc that return TcpDiscoveryJdbcIpFinder Modifier and Type Method Description TcpDiscoveryJdbcIpFinderTcpDiscoveryJdbcIpFinder. setDataSource(DataSource dataSrc)Sets data source.TcpDiscoveryJdbcIpFinderTcpDiscoveryJdbcIpFinder. setInitSchema(boolean initSchema)Flag indicating whether DB schema should be initialized by Ignite (default behaviour) or was explicitly created by user.TcpDiscoveryJdbcIpFinderTcpDiscoveryJdbcIpFinder. setShared(boolean shared)Sets shared flag.
 
-