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