Just don't do anything. If you create a scanner object, it sets the default range to Range(null, null) so when you call Scanner.iterator() you will create an iterator that will cover the entire table. Calling the methods to set ranges or fetch columns just narrow the default range down, if you want everything just don't call those methods.
On Tue, May 15, 2012 at 11:56 AM, Juan Moreno <[email protected]> wrote: > Salutations! > > How can Iterate over an entire table using the Java API? > The documentation mentions using Ranges to scan portions of a table, but > what about an entire table? > > Thanks, > > Juan
