Package | Description |
---|---|
org.gridgain.grid.segmentation.reachability |
Contains segmentation resolver based on
InetAddress.isReachable() . |
Modifier and Type | Method and Description |
---|---|
ReachabilitySegmentationResolver |
ReachabilitySegmentationResolver.setAddress(InetAddress addr)
Sets target address to check reachability of.
|
ReachabilitySegmentationResolver |
ReachabilitySegmentationResolver.setAddressAsString(String addr)
Convenient way to set address.
|
ReachabilitySegmentationResolver |
ReachabilitySegmentationResolver.setNetworkInterface(NetworkInterface itf)
In case address is bound to several interfaces this method should be used to
explicitly provide necessary interface.
|
ReachabilitySegmentationResolver |
ReachabilitySegmentationResolver.setNetworkInterfaceAddress(InetAddress itfAddr)
Sets network interface address to check reachability through.
|
ReachabilitySegmentationResolver |
ReachabilitySegmentationResolver.setNetworkInterfaceAddressAsString(String itfAddr)
Convenient way to set network interface address.
|
ReachabilitySegmentationResolver |
ReachabilitySegmentationResolver.setTimeout(int timeout)
Sets timeout to use when checking reachability.
|
ReachabilitySegmentationResolver |
ReachabilitySegmentationResolver.setTtl(int ttl)
Sets TTL to use when checking reachability.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024