Beispiel #1
0
 /**
  * Gets the actual port that the web service is listening on (used by unit test only).
  *
  * @return the Web local port
  */
 public int getWebLocalPort() {
   return mAlluxioMaster.getWebLocalPort();
 }