MCPcopy Create free account
hub / github.com/grpc/grpc-java / hashCode

Method hashCode

core/src/main/java/io/grpc/internal/RetryPolicy.java:60–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58 }
59
60 @Override
61 public int hashCode() {
62 return Objects.hashCode(
63 maxAttempts,
64 initialBackoffNanos,
65 maxBackoffNanos,
66 backoffMultiplier,
67 perAttemptRecvTimeoutNanos,
68 retryableStatusCodes);
69 }
70
71 @Override
72 public boolean equals(Object other) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected