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

Method setTSUID

src/meta/Annotation.java:727–729  ·  view source on GitHub ↗

@param tsuid the tsuid to store

(final String tsuid)

Source from the content-addressed store, hash-verified

725
726 /** @param tsuid the tsuid to store*/
727 public void setTSUID(final String tsuid) {
728 this.tsuid = tsuid;
729 }
730
731 /** @param start_time the start_time, required for every annotation */
732 public void setStartTime(final long start_time) {

Callers 7

writeDataMethod · 0.95
runWithAnnotationMethod · 0.95
runWithOnlyAnnotationMethod · 0.95
storeAnnotationMethod · 0.95
MockDataPointsMethod · 0.95
answerMethod · 0.95
parseQSMethod · 0.95

Calls

no outgoing calls

Tested by 6

writeDataMethod · 0.76
runWithAnnotationMethod · 0.76
runWithOnlyAnnotationMethod · 0.76
storeAnnotationMethod · 0.76
MockDataPointsMethod · 0.76
answerMethod · 0.76