public int deletePersistentAll() throws StorageException {
   try {
     return query.deletePersistentAll();
   } catch (ClusterJException e) {
     throw HopsExceptionHelper.wrap(e);
   }
 }