1222122312241225122612271228122912301231
if (cpHost != null) { if (cpHost.preAddColumn(tableName, column)) { return; } } new TableAddFamilyHandler(tableName, column, this, this).process(); if (cpHost != null) { cpHost.postAddColumn(tableName, column); } }
1397139813991400140114021403140414051406
837838839840841842843
this.executorService.submit(new DeleteTableHandler(tableName, this, this)); } public void addColumn(byte [] tableName, HColumnDescriptor column) throws IOException { new TableAddFamilyHandler(tableName, column, this, this).process(); }
1380138113821383138413851386138713881389
1151115211531154115511561157115811591160
1094109510961097109810991100110111021103
1236123712381239124012411242124312441245
1271127212731274127512761277127812791280
1360136113621363136413651366136713681369