MCPcopy Create free account
hub / github.com/OpenTSDB/asynchbase / mkregion

Method mkregion

test/BaseTestHBaseClient.java:267–270  ·  view source on GitHub ↗
(final String table, final String name)

Source from the content-addressed store, hash-verified

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);

Callers 3

BaseTestHBaseClientClass · 0.95
TestMultiActionClass · 0.45
multiComparatorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected