// TODO retry to a different endpoint
}
DataInputBuffer bufIn = new DataInputBuffer();
bufIn.reset(body, body.length);
ReadResponse response = ReadResponse.serializer().deserialize(bufIn);
return response.row();
}
static void touch_local(String tablename, String key, boolean fData ) throws IOException
{
Table table = Table.open( tablename );