Package org.apache.ignite.internal.util
Interface IgniteUtils.InterfaceSupplier
-
- Enclosing class:
- IgniteUtils
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface IgniteUtils.InterfaceSupplier
Explicit class forSupplier<Enumeration<NetworkInterface>>.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Enumeration<NetworkInterface>getInterfaces()Return collection of local network interfaces.
-
-
-
Method Detail
-
getInterfaces
Enumeration<NetworkInterface> getInterfaces() throws SocketException
Return collection of local network interfaces.- Throws:
SocketException
-
-