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

Method getQueryIndex

src/core/DataPoints.java:220–220  ·  view source on GitHub ↗

Return the query index that maps this datapoints to the original TSSubQuery. @return index of the query in the TSQuery class @throws UnsupportedOperationException if the implementing class can't map to a sub query. @since 2.2

()

Source from the content-addressed store, hash-verified

218 * @since 2.2
219 */
220 int getQueryIndex();
221
222 /**
223 * Return whether these data points are the result of the percentile calculation

Callers 7

getMockMethod · 0.65
beforeMethod · 0.65
getQueryIndexMethod · 0.65
getQueryIndexMethod · 0.65
getQueryIndexMethod · 0.65
getQueryIndexMethod · 0.65
callMethod · 0.65

Implementers 12

HistogramDataPointsToDataPointsAdaptorsrc/core/HistogramDataPointsToDataPoin
HistogramBucketDataPointsAdaptorsrc/core/HistogramBucketDataPointsAdap
Spansrc/core/Span.java
EDPtoDPSsrc/query/expression/EDPtoDPS.java
PostAggregatedDataPointssrc/query/expression/PostAggregatedDat
RollupSeqsrc/rollup/RollupSeq.java
SpanGroupsrc/core/SpanGroup.java
RowSeqsrc/core/RowSeq.java
IncomingDataPointssrc/core/IncomingDataPoints.java
BatchedDataPointssrc/core/BatchedDataPoints.java
SplitRollupSpanGroupsrc/core/SplitRollupSpanGroup.java
AbstractSpanGroupsrc/core/AbstractSpanGroup.java

Calls

no outgoing calls

Tested by 2

getMockMethod · 0.52
beforeMethod · 0.52