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

Method timestamp

src/core/DataPoint.java:26–26  ·  view source on GitHub ↗

Returns the timestamp (in milliseconds) associated with this data point. @return A strictly positive, 32 bit integer.

()

Source from the content-addressed store, hash-verified

24 * @return A strictly positive, 32 bit integer.
25 */
26 long timestamp();
27
28 /**
29 * Tells whether or not the this data point is a value of integer type.

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 9

MutableDataPointsrc/core/MutableDataPoint.java
AggregationIteratorsrc/core/AggregationIterator.java
Downsamplersrc/core/Downsampler.java
DataPointsIteratorsrc/core/DataPointsIterator.java
ExpressionDataPointsrc/query/expression/ExpressionDataPoi
RollupIteratorsrc/rollup/RollupSeq.java
Iteratorsrc/core/RowSeq.java
Iteratorsrc/core/HistogramDataPointsToDataPoin
Iteratorsrc/core/HistogramBucketDataPointsAdap

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