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

Method hashCode

src/core/TSQuery.java:118–126  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116 }
117
118 @Override
119 public int hashCode() {
120 // NOTE: Do not add any non-user submitted variables to the hash. We don't
121 // want the hash to change after validation.
122 // We also don't care about stats or summary
123 return Objects.hashCode(start, end, timezone, use_calendar, options, padding,
124 no_annotations, with_global_annotations, show_tsuids, queries,
125 ms_resolution);
126 }
127
128 @Override
129 public boolean equals(final Object obj) {

Calls

no outgoing calls