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

Method setEndTime

src/meta/Annotation.java:737–742  ·  view source on GitHub ↗

@param end_time the end_time, optional

(final long end_time)

Source from the content-addressed store, hash-verified

735
736 /** @param end_time the end_time, optional*/
737 public void setEndTime(final long end_time) {
738 if (this.end_time != end_time) {
739 this.end_time = end_time;
740 changed.put("end_time", true);
741 }
742 }
743
744 /** @param description the description, required for every annotation */
745 public void setDescription(final String description) {

Callers 2

answerMethod · 0.95
parseQSMethod · 0.95

Calls 1

putMethod · 0.80

Tested by 1

answerMethod · 0.76