MCPcopy Create free account
hub / github.com/apache/solr / equals

Method equals

solr/core/src/java/org/apache/solr/core/backup/BackupId.java:62–67  ·  view source on GitHub ↗
(Object o)

Source from the content-addressed store, hash-verified

60 }
61
62 @Override
63 public boolean equals(Object o) {
64 if (this == o) return true;
65 if (!(o instanceof BackupId backupId)) return false;
66 return id == backupId.id;
67 }
68
69 @Override
70 public int hashCode() {

Callers 15

writeMapMethod · 0.45
maxPackageVersionMethod · 0.45
visitFileMethod · 0.45
getRoleMethod · 0.45
loadPropertiesMethod · 0.45
fillSolrSectionMethod · 0.45
getClusterPluginsMethod · 0.45
PluginInfoMethod · 0.45
getChildrenMethod · 0.45
usingDefaultDataDirMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected