MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / iterator

Method iterator

src/core/Span.java:244–247  ·  view source on GitHub ↗

@return an iterator to run over the list of data points

()

Source from the content-addressed store, hash-verified

242
243 /** @return an iterator to run over the list of data points */
244 public SeekableView iterator() {
245 checkRowOrder();
246 return spanIterator();
247 }
248
249 /**
250 * Finds the index of the row of the ith data point and the offset in the row.

Callers 3

validateSpansNometaMethod · 0.95
validateSpansMethod · 0.95
iterateNormalizedMSMethod · 0.95

Calls 2

checkRowOrderMethod · 0.95
spanIteratorMethod · 0.95

Tested by 3

validateSpansNometaMethod · 0.76
validateSpansMethod · 0.76
iterateNormalizedMSMethod · 0.76