public interface RowMapper<T>
ResultScanner
on a per-row basis.
Implementations of this interface perform the actual work of mapping each row to a result object, but don't need to worry about exception handling.T mapRow(org.apache.hadoop.hbase.client.Result result, int rowNum) throws java.lang.Exception
java.lang.Exception