Uses of Interface
org.apache.flink.util.NetUtils.SocketFactory
-
Packages that use NetUtils.SocketFactory Package Description org.apache.flink.util -
-
Uses of NetUtils.SocketFactory in org.apache.flink.util
Methods in org.apache.flink.util with parameters of type NetUtils.SocketFactory Modifier and Type Method Description static ServerSocketNetUtils. createSocketFromPorts(Iterator<Integer> portsIterator, NetUtils.SocketFactory factory)Tries to allocate a socket from the given sets of ports.
-