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.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 List<? extends ClientStatsPerTokenOrBuilder>
ClientStats.Builder. getCallsFinishedWithDropOrBuilderList()
The list of dropped calls.List<? extends ClientStatsPerTokenOrBuilder>
ClientStats. getCallsFinishedWithDropOrBuilderList()
The list of dropped calls.List<? extends ClientStatsPerTokenOrBuilder>
ClientStatsOrBuilder. getCallsFinishedWithDropOrBuilderList()
The list of dropped calls.
-