Exemple #1
0
 private void reclaimDiskSpace() throws IOException {
   LOG.info("Reclaiming disk space from ledger storage.");
   ledgerStorage.reclaimDiskSpace();
   LOG.info("Reclaimed disk space from ledger storage.");
 }