Exemple #1
0
 public TachyonFS getOldClient() throws IOException {
   return mOldClientPool.getClient(MasterContext.getConf());
 }
Exemple #2
0
 public void clearClients() throws IOException {
   mClientPool.close();
   mOldClientPool.close();
 }