MCPcopy
hub / github.com/OpenTSDB/opentsdb / next

Method next

src/core/SeekableView.java:52–52  ·  view source on GitHub ↗

Returns a view on the next data point. No new object gets created, the referenced returned is always the same and must not be stored since its internal data structure will change the next time next() is called. @throws NoSuchElementException if there were no more elements to iterate

()

Source from the content-addressed store, hash-verified

50 * on (in which case {@link #hasNext} would have returned {@code false}.
51 */
52 DataPoint next();
53
54 /**
55 * Unsupported operation.

Callers 15

setRowMethod · 0.95
addRowMethod · 0.95
addRowMergeLaterMethod · 0.95
timestampMethod · 0.95
rollup10mMethod · 0.95
rollup10mDoubleMethod · 0.95
rollup10mFloatMethod · 0.95
rollupAvg10mWithCountMethod · 0.95

Implementers 15

MockSeekableViewtest/core/SeekableViewsForTest.java
AggregationIteratorsrc/core/AggregationIterator.java
Downsamplersrc/core/Downsampler.java
DataPointsIteratorsrc/core/DataPointsIterator.java
RateSpansrc/core/RateSpan.java
SeekableViewChainsrc/core/SeekableViewChain.java
Iteratorsrc/query/expression/EDPtoDPS.java
SeekableViewImplsrc/query/expression/PostAggregatedDat
MockHistogramSeekableViewtest/core/HistogramSeekableViewForTest
DataPointGeneratortest/core/HistogramSeekableViewForTest
RollupIteratorsrc/rollup/RollupSeq.java
HistogramDownsamplersrc/core/HistogramDownsampler.java

Calls

no outgoing calls

Tested by 15

setRowMethod · 0.76
addRowMethod · 0.76
addRowMergeLaterMethod · 0.76
timestampMethod · 0.76
rollup10mMethod · 0.76
rollup10mDoubleMethod · 0.76
rollup10mFloatMethod · 0.76
rollupAvg10mWithCountMethod · 0.76