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

Method setStartTime

src/meta/Annotation.java:732–734  ·  view source on GitHub ↗

@param start_time the start_time, required for every annotation

(final long start_time)

Source from the content-addressed store, hash-verified

730
731 /** @param start_time the start_time, required for every annotation */
732 public void setStartTime(final long start_time) {
733 this.start_time = start_time;
734 }
735
736 /** @param end_time the end_time, optional*/
737 public void setEndTime(final long end_time) {

Callers 8

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

Calls

no outgoing calls

Tested by 7

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