Uses of Class
org.apache.ignite.spi.discovery.tcp.ipfinder.sharedfs.TcpDiscoverySharedFsIpFinder
-
Packages that use TcpDiscoverySharedFsIpFinder Package Description org.apache.ignite.spi.discovery.tcp.ipfinder.sharedfs Contains shared filesystem-based IP finder. -
-
Uses of TcpDiscoverySharedFsIpFinder in org.apache.ignite.spi.discovery.tcp.ipfinder.sharedfs
Methods in org.apache.ignite.spi.discovery.tcp.ipfinder.sharedfs that return TcpDiscoverySharedFsIpFinder Modifier and Type Method Description TcpDiscoverySharedFsIpFinder
TcpDiscoverySharedFsIpFinder. setPath(String path)
Sets path.TcpDiscoverySharedFsIpFinder
TcpDiscoverySharedFsIpFinder. setShared(boolean shared)
Sets shared flag.
-