Uses of Interface
io.grpc.lb.v1.ClientStatsPerTokenOrBuilder
-
Packages that use ClientStatsPerTokenOrBuilder Package Description io.grpc.lb.v1 -
-
Uses of ClientStatsPerTokenOrBuilder in io.grpc.lb.v1
Classes in io.grpc.lb.v1 that implement ClientStatsPerTokenOrBuilder Modifier and Type Class Description class
ClientStatsPerToken
Contains the number of calls finished for a particular load balance token.static class
ClientStatsPerToken.Builder
Contains the number of calls finished for a particular load balance token.Fields in io.grpc.lb.v1 with type parameters of type ClientStatsPerTokenOrBuilder Modifier and Type Field Description private com.google.protobuf.RepeatedFieldBuilder<ClientStatsPerToken,ClientStatsPerToken.Builder,ClientStatsPerTokenOrBuilder>
ClientStats.Builder. callsFinishedWithDropBuilder_
Methods in io.grpc.lb.v1 that return ClientStatsPerTokenOrBuilder Modifier and Type Method Description ClientStatsPerTokenOrBuilder
ClientStats.Builder. getCallsFinishedWithDropOrBuilder(int index)
The list of dropped calls.ClientStatsPerTokenOrBuilder
ClientStats. getCallsFinishedWithDropOrBuilder(int index)
The list of dropped calls.ClientStatsPerTokenOrBuilder
ClientStatsOrBuilder. getCallsFinishedWithDropOrBuilder(int index)
The list of dropped calls.Methods in io.grpc.lb.v1 that return types with arguments of type ClientStatsPerTokenOrBuilder Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilder<ClientStatsPerToken,ClientStatsPerToken.Builder,ClientStatsPerTokenOrBuilder>
ClientStats.Builder. getCallsFinishedWithDropFieldBuilder()
java.util.List<? extends ClientStatsPerTokenOrBuilder>
ClientStats.Builder. getCallsFinishedWithDropOrBuilderList()
The list of dropped calls.java.util.List<? extends ClientStatsPerTokenOrBuilder>
ClientStats. getCallsFinishedWithDropOrBuilderList()
The list of dropped calls.java.util.List<? extends ClientStatsPerTokenOrBuilder>
ClientStatsOrBuilder. getCallsFinishedWithDropOrBuilderList()
The list of dropped calls.
-