Creates a fake .META. row. The row contains a single entry for all keys of #TABLE.
()
| 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. |
no test coverage detected