Home
last modified time | relevance | path

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

/external/grpc-grpc-java/grpclb/src/generated/main/java/io/grpc/lb/v1/
DClientStats.java28 callsFinishedWithDrop_ = java.util.Collections.emptyList(); in ClientStats()
97 callsFinishedWithDrop_ = new java.util.ArrayList<io.grpc.lb.v1.ClientStatsPerToken>(); in ClientStats()
100 callsFinishedWithDrop_.add( in ClientStats()
113 callsFinishedWithDrop_ = java.util.Collections.unmodifiableList(callsFinishedWithDrop_); in ClientStats()
219 private java.util.List<io.grpc.lb.v1.ClientStatsPerToken> callsFinishedWithDrop_; field in ClientStats
228 return callsFinishedWithDrop_; in getCallsFinishedWithDropList()
239 return callsFinishedWithDrop_; in getCallsFinishedWithDropOrBuilderList()
249 return callsFinishedWithDrop_.size(); in getCallsFinishedWithDropCount()
259 return callsFinishedWithDrop_.get(index); in getCallsFinishedWithDrop()
270 return callsFinishedWithDrop_.get(index); in getCallsFinishedWithDropOrBuilder()
[all …]