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

Method metaRow

test/BaseTestHBaseClient.java:225–227  ·  view source on GitHub ↗

Creates a fake .META. row. The row contains a single entry for all keys of #TABLE.

()

Source from the content-addressed store, hash-verified

223 * The row contains a single entry for all keys of {@link #TABLE}.
224 */
225 protected static ArrayList<KeyValue> metaRow() {
226 return metaRow(HBaseClient.EMPTY_ARRAY, HBaseClient.EMPTY_ARRAY);
227 }
228
229 /**
230 * Creates a fake {@code .META.} row.

Calls 3

metaRegionInfoMethod · 0.95
addMethod · 0.45
nameMethod · 0.45

Tested by

no test coverage detected