Ejemplo n.º 1
0
 @Override
 public HTableDescriptor getHTableDescriptor(byte[] tableName) throws IOException {
   return wrappedConnection.getHTableDescriptor(tableName);
 }