Note: the scanner is backed by a single iterator: {@link KijiRowScanner#iterator()} returns the same iterator always.As a result, the scanner and its iterator should not be used simultaneously from multiple places (eg. from multiple threads). Similarly, when chaining two for loops on the same row scanner, the second for loop will restart where the first for loop stopped.
.
|
|