public void setOrdering(Query.Ordering ordering, String... strings) throws StorageException {
   try {
     query.setOrdering(ordering, strings);
   } catch (ClusterJException e) {
     throw HopsExceptionHelper.wrap(e);
   }
 }