public List<E> getResultList() throws StorageException {
   try {
     return query.getResultList();
   } catch (ClusterJException e) {
     throw HopsExceptionHelper.wrap(e);
   }
 }