コード例 #1
0
ファイル: _DurablePageDb.java プロジェクト: truward/Tupl
 @Override
 public void compactionReclaim() throws IOException {
   try {
     mPageManager.compactionReclaim();
   } catch (Throwable e) {
     throw closeOnFailure(e);
   }
 }