(final String table, final String name)
| 265 | } |
| 266 | |
| 267 | protected static RegionInfo mkregion(final String table, final String name) { |
| 268 | return new RegionInfo(table.getBytes(), name.getBytes(), |
| 269 | HBaseClient.EMPTY_ARRAY); |
| 270 | } |
| 271 | |
| 272 | protected static byte[] anyBytes() { |
| 273 | return any(byte[].class); |
no outgoing calls
no test coverage detected