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

Method hashCode

src/core/TSSubQuery.java:116–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

114 }
115
116 @Override
117 public int hashCode() {
118 // NOTE: Do not add any non-user submitted variables to the hash. We don't
119 // want the hash to change after validation.
120 return Objects.hashCode(aggregator, metric, tsuids, downsample, rate,
121 rate_options, filters, explicit_tags);
122 }
123
124 @Override
125 public boolean equals(final Object obj) {

Calls

no outgoing calls