static HbckInfo genHbckInfo(TableName table, byte[] start, byte[] end, int time) { return new HbckInfo(new MetaEntry(new HRegionInfo(table, start, end), null, time)); }
static HbckInfo genHbckInfo(byte[] table, byte[] start, byte[] end, int time) { return new HbckInfo(new MetaEntry(new HRegionInfo(table, start, end), null, time)); }