Esempio n. 1
0
 @Override
 public void compactionReclaim() throws IOException {
   try {
     mPageManager.compactionReclaim();
   } catch (Throwable e) {
     throw closeOnFailure(e);
   }
 }