|
| static int | GenerateRandomPort (int low, int high) |
| | Generate a random port between low (inclusive) and high (exclusive) More...
|
| |
| static int Org.Apache.REEF.Wake.Util.NetworkUtils.GenerateRandomPort |
( |
int |
low, |
|
|
int |
high |
|
) |
| |
|
inlinestatic |
Generate a random port between low (inclusive) and high (exclusive)
- Parameters
-
| low | The inclusive lower bound of the of the port range |
| high | The exclusive upper bound of the port range |
- Returns
- The randomly generated port
| IPAddress Org.Apache.REEF.Wake.Util.NetworkUtils.LocalIPAddress |
|
staticget |
Returns the first usable IP Address for the machine.
- Returns
- The machine's local IP Address
The documentation for this class was generated from the following file: