verifyRegionResults(table, results, ROW_C);
Batch.Call<PingProtocol,String> helloCall =
Batch.forMethod(PingProtocol.class, "hello", "NAME");
results =
table.coprocessorExec(PingProtocol.class, ROW_A, ROW_C, helloCall);
verifyRegionResults(table, results, "Hello, NAME", ROW_A);
verifyRegionResults(table, results, "Hello, NAME", ROW_B);
verifyRegionResults(table, results, "Hello, NAME", ROW_C);