@InterfaceAudience.Public @InterfaceStability.Stable public interface ResultScanner extends Closeable, Iterable<Result>
Table
to obtain instances.Result next() throws IOException
IOException
- eResult[] next(int nbRows) throws IOException
nbRows
- number of rows to returnIOException
- evoid close()
close
in interface AutoCloseable
close
in interface Closeable
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.