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

Method value

src/core/AppendDataPoints.java:246–248  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

244 /** @return the sorted value in a compacted data point format after
245 * {@link #parseKeyValue(TSDB, KeyValue)} has been called */
246 public byte[] value() {
247 return value;
248 }
249
250 /** @return a deferred to wait on if the call to
251 * {@link #parseKeyValue(TSDB, KeyValue)} triggered a put to storage. */

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