예제 #1
0
 @Override
 public void backupShard(UUID uuid, File source) {
   try {
     store.backupShard(uuid, source);
   } catch (UncheckedTimeoutException e) {
     throw new PrestoException(RAPTOR_BACKUP_TIMEOUT, "Shard backup timed out");
   }
 }