New to Accumulo and very much in the process of learning the API. I've written a scanner to return the map of <Key,Value> pairs, but it returns only the table key:table value. I'd like to have it return the entire row from the table, just like the scan operator does when using the Accumulo shell. What class/method should I use to do this?
Current environment is Accumulo 1.3.5
