Say that I have a set of row keys (as a Set). What is the most network efficient method of fetching a particular column family for this set of rows ?
Using HTable.get(List<Get> gets)