コード例 #1
0
ファイル: WorkerStorage.java プロジェクト: kinleyma/tachyon
 /** Disconnect to the Master. */
 public void stop() {
   mMasterClient.shutdown();
 }