Home
last modified time | relevance | path

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

/external/grpc-grpc-java/grpclb/src/generated/main/java/io/grpc/lb/v1/
DClientStatsPerToken.java13 public final class ClientStatsPerToken extends class
19 private ClientStatsPerToken(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in ClientStatsPerToken() method in ClientStatsPerToken
22 private ClientStatsPerToken() { in ClientStatsPerToken() method in ClientStatsPerToken
32 private ClientStatsPerToken( in ClientStatsPerToken() method in ClientStatsPerToken
90 … io.grpc.lb.v1.ClientStatsPerToken.class, io.grpc.lb.v1.ClientStatsPerToken.Builder.class); in internalGetFieldAccessorTable()
191 if (!(obj instanceof io.grpc.lb.v1.ClientStatsPerToken)) { in equals()
194 io.grpc.lb.v1.ClientStatsPerToken other = (io.grpc.lb.v1.ClientStatsPerToken) obj; in equals()
222 public static io.grpc.lb.v1.ClientStatsPerToken parseFrom( in parseFrom()
227 public static io.grpc.lb.v1.ClientStatsPerToken parseFrom( in parseFrom()
233 public static io.grpc.lb.v1.ClientStatsPerToken parseFrom( in parseFrom()
[all …]
DClientStats.java97 callsFinishedWithDrop_ = new java.util.ArrayList<io.grpc.lb.v1.ClientStatsPerToken>(); in ClientStats()
101 input.readMessage(io.grpc.lb.v1.ClientStatsPerToken.parser(), extensionRegistry)); in ClientStats()
219 private java.util.List<io.grpc.lb.v1.ClientStatsPerToken> callsFinishedWithDrop_;
227 public java.util.List<io.grpc.lb.v1.ClientStatsPerToken> getCallsFinishedWithDropList() { in getCallsFinishedWithDropList()
258 public io.grpc.lb.v1.ClientStatsPerToken getCallsFinishedWithDrop(int index) { in getCallsFinishedWithDrop()
1013 private java.util.List<io.grpc.lb.v1.ClientStatsPerToken> callsFinishedWithDrop_ =
1017 …callsFinishedWithDrop_ = new java.util.ArrayList<io.grpc.lb.v1.ClientStatsPerToken>(callsFinishedW… in ensureCallsFinishedWithDropIsMutable()
1023 …io.grpc.lb.v1.ClientStatsPerToken, io.grpc.lb.v1.ClientStatsPerToken.Builder, io.grpc.lb.v1.Client…
1032 public java.util.List<io.grpc.lb.v1.ClientStatsPerToken> getCallsFinishedWithDropList() { in getCallsFinishedWithDropList()
1060 public io.grpc.lb.v1.ClientStatsPerToken getCallsFinishedWithDrop(int index) { in getCallsFinishedWithDrop()
[all …]
DClientStatsOrBuilder.java79 java.util.List<io.grpc.lb.v1.ClientStatsPerToken>
88 io.grpc.lb.v1.ClientStatsPerToken getCallsFinishedWithDrop(int index); in getCallsFinishedWithDrop()
/external/grpc-grpc-java/grpclb/src/main/java/io/grpc/grpclb/
DGrpclbClientLoadRecorder.java28 import io.grpc.lb.v1.ClientStatsPerToken;
120 ClientStatsPerToken.newBuilder() in generateLoadReport()
/external/grpc-grpc/src/proto/grpc/lb/v1/
Dload_balancer.proto56 message ClientStatsPerToken { message
84 repeated ClientStatsPerToken calls_finished_with_drop = 8;
/external/grpc-grpc-java/grpclb/src/main/proto/grpc/lb/v1/
Dload_balancer.proto56 message ClientStatsPerToken { message
84 repeated ClientStatsPerToken calls_finished_with_drop = 8;
/external/grpc-grpc-java/grpclb/src/test/java/io/grpc/grpclb/
DGrpclbLoadBalancerTest.java78 import io.grpc.lb.v1.ClientStatsPerToken;
482 ClientStatsPerToken.newBuilder() in loadReporting()
519 ClientStatsPerToken.newBuilder() in loadReporting()