コード例 #1
0
ファイル: LocalTachyonMaster.java プロジェクト: rean/tachyon
 /**
  * Get the actual bind hostname on web service (used by unit test only).
  *
  * @return the Web bind hostname
  */
 public String getWebBindHost() {
   return mTachyonMaster.getWebBindHost();
 }