Exemplo n.º 1
0
 public HTableDescriptor[] listTables() {
   try {
     return hzTemplate.listTables();
   } catch (Exception ex) {
     throw new HzBaoException(ex);
   }
 }