Initiate the get requests and return the tree map of results. @return A non-null tree map of results (may be empty)
()
| 622 | * @return A non-null tree map of results (may be empty) |
| 623 | */ |
| 624 | public Deferred<SortedMap<byte[], HistogramSpan>> fetchHistogram() { |
| 625 | startFetch(); |
| 626 | return histogramResults; |
| 627 | } |
| 628 | |
| 629 | /** |
| 630 | * Start the work of firing up X concurrent get requests. |
no test coverage detected