Starts the scanner and is called recursively to fetch the next set of rows from the scanner. @return The map of spans if loaded successfully, null if no data was found
()
| 281 | * found |
| 282 | */ |
| 283 | public Object scan() { |
| 284 | return scanner.nextRows().addCallback(this).addErrback(new ErrBack()); |
| 285 | } |
| 286 | |
| 287 | /** |
| 288 | * Loops through each row of the scanner results and parses out data |