MCPcopy Create free account
hub / github.com/OpenTSDB/opentsdb / qualifier

Method qualifier

src/core/AppendDataPoints.java:240–242  ·  view source on GitHub ↗

@return the sorted qualifier in a compacted data point format after #parseKeyValue(TSDB, KeyValue) has been called

()

Source from the content-addressed store, hash-verified

238 /** @return the sorted qualifier in a compacted data point format after
239 * {@link #parseKeyValue(TSDB, KeyValue)} has been called */
240 public byte[] qualifier() {
241 return qualifier;
242 }
243
244 /** @return the sorted value in a compacted data point format after
245 * {@link #parseKeyValue(TSDB, KeyValue)} has been called */

Callers 6

parseKeyValueMethod · 0.95
repairDuplicatesMethod · 0.95
repairOutOfOrderMethod · 0.95
parseKeyValueMethod · 0.45

Calls

no outgoing calls

Tested by 4

parseKeyValueMethod · 0.76
repairDuplicatesMethod · 0.76
repairOutOfOrderMethod · 0.76