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

Method equals

fluss-common/src/main/java/org/apache/fluss/fs/FsPath.java:341–348  ·  view source on GitHub ↗
(Object o)

Source from the content-addressed store, hash-verified

339 }
340
341 @Override
342 public boolean equals(Object o) {
343 if (!(o instanceof FsPath)) {
344 return false;
345 }
346 FsPath that = (FsPath) o;
347 return this.uri.equals(that.uri);
348 }
349
350 @Override
351 public int hashCode() {

Callers 15

getDisplayNameMethod · 0.45
getDisplayNameMethod · 0.45
setupMethod · 0.45
userEventTriggeredMethod · 0.45
sendResponseMethod · 0.45
findMessageMethod · 0.45
createMethod · 0.45
hasRecordsFieldMethod · 0.45
isErrorCodeFieldMethod · 0.45
isErrorMessageFieldMethod · 0.45

Calls

no outgoing calls

Tested by 4

getDisplayNameMethod · 0.36
getDisplayNameMethod · 0.36
setupMethod · 0.36
findMessageMethod · 0.36