Return the computed hashCode.
hashCode
445446447448449450451452453454455
boolean present_host = true && (isSetHost()); builder.append(present_host); if (present_host) builder.append(host); return builder.toHashCode(); } public int compareTo(BinaryAnnotation other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName());
361362363364365366367368369370371
boolean present_service_name = true && (isSetService_name()); builder.append(present_service_name); if (present_service_name) builder.append(service_name); return builder.toHashCode(); } public int compareTo(Endpoint other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName());
421422423424425426427428429430431
boolean present_duration = true && (isSetDuration()); builder.append(present_duration); if (present_duration) builder.append(duration); return builder.toHashCode(); } public int compareTo(Annotation other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName());
654655656657658659660661662663664
boolean present_debug = true && (isSetDebug()); builder.append(present_debug); if (present_debug) builder.append(debug); return builder.toHashCode(); } public int compareTo(Span other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName());
490491492493494495496497498499500
boolean present_status = true && (is_set_status()); builder.append(present_status); if (present_status) builder.append(status); return builder.toHashCode(); } public int compareTo(TopologyInfo other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName());
407408409410411412413414415416417
boolean present_num_used_workers = true; builder.append(present_num_used_workers); if (present_num_used_workers) builder.append(num_used_workers); return builder.toHashCode(); } public int compareTo(SupervisorSummary other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName());
293294295296297298299300301302303
hcb.append(((org.apache.thrift7.TEnum)getFieldValue()).getValue()); } else { hcb.append(value); } } return hcb.toHashCode(); } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift7.protocol.TCompactProtocol(new org.apache.thrift7.transport.TIOStreamTransport(out))); } catch (org.apache.thrift7.TException te) {
585586587588589590591592593594595
455456457458459460461462463464465
boolean present_complete_ms_avg = true && (is_set_complete_ms_avg()); builder.append(present_complete_ms_avg); if (present_complete_ms_avg) builder.append(complete_ms_avg); return builder.toHashCode(); } public int compareTo(SpoutStats other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName());
210211212213214215216217218219220
boolean present_wait_secs = true && (is_set_wait_secs()); builder.append(present_wait_secs); if (present_wait_secs) builder.append(wait_secs); return builder.toHashCode(); } public int compareTo(RebalanceOptions other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName());