return Bytes.equals(tableName, HConstants.ROOT_TABLE_NAME) ||
Bytes.equals(tableName, HConstants.META_TABLE_NAME);
}
public void deleteTable(final byte [] tableName) throws IOException {
this.executorService.submit(new DeleteTableHandler(tableName, this, this));
}