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

Method getTSUIDs

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

Returns a list of unique TSUIDs contained in the results @return an empty list if there were no results, otherwise a list of TSUIDs

()

Source from the content-addressed store, hash-verified

111 * @return an empty list if there were no results, otherwise a list of TSUIDs
112 */
113 public List<String> getTSUIDs();
114
115 /**
116 * Compiles the annotations for each span into a new array list

Callers 12

getMockMethod · 0.65
beforeMethod · 0.65
getTSUIDsMethod · 0.65
getTSUIDsMethod · 0.65
getTSUIDsMethod · 0.65
getTSUIDsMethod · 0.65
getTSUIDsMethod · 0.65
ExpressionDataPointMethod · 0.65
addMethod · 0.65
getTSUIDsMethod · 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