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

Method value

src/core/Internal.java:383–385  ·  view source on GitHub ↗

@return the value byte array

()

Source from the content-addressed store, hash-verified

381
382 /** @return the value byte array */
383 public byte[] value() {
384 return value;
385 }
386
387 /**
388 * Returns the value of the cell as a Number for passing to a StringBuffer

Callers 15

oneCellRowMethod · 0.45
oneCellAppendMethod · 0.45
oneCellRowWAnnotationMethod · 0.45
oneCellRowBadLengthMethod · 0.45
oneCellRowMSMethod · 0.45
twoCellRowMethod · 0.45
twoCellAppendMethod · 0.45
twoCellRowWAnnotationMethod · 0.45

Calls

no outgoing calls

Tested by 15

oneCellRowMethod · 0.36
oneCellAppendMethod · 0.36
oneCellRowWAnnotationMethod · 0.36
oneCellRowBadLengthMethod · 0.36
oneCellRowMSMethod · 0.36
twoCellRowMethod · 0.36
twoCellAppendMethod · 0.36
twoCellRowWAnnotationMethod · 0.36