Home
last modified time | relevance | path

Searched refs:getCallsFinishedWithDropList (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc-java/grpclb/src/generated/main/java/io/grpc/lb/v1/
DClientStatsOrBuilder.java80 getCallsFinishedWithDropList(); in getCallsFinishedWithDropList() method
DClientStats.java227 public java.util.List<io.grpc.lb.v1.ClientStatsPerToken> getCallsFinishedWithDropList() { in getCallsFinishedWithDropList() method in ClientStats
364 result = result && getCallsFinishedWithDropList() in equals()
365 .equals(other.getCallsFinishedWithDropList()); in equals()
395 hash = (53 * hash) + getCallsFinishedWithDropList().hashCode(); in hashCode()
1032 public java.util.List<io.grpc.lb.v1.ClientStatsPerToken> getCallsFinishedWithDropList() { in getCallsFinishedWithDropList() method in ClientStats.Builder