byte[] keyB = Bytes.toBytes("B");
byte[] keyC = Bytes.toBytes("C");
byte[] keyEnd = Bytes.toBytes("");
static HbckInfo genHbckInfo(TableName table, byte[] start, byte[] end, int time) {
return new HbckInfo(new MetaEntry(new HRegionInfo(table, start, end), null,
time));
}