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 classClientStatsPerTokenContains the number of calls finished for a particular load balance token.static classClientStatsPerToken.BuilderContains 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 ClientStatsPerTokenOrBuilderClientStats.Builder. getCallsFinishedWithDropOrBuilder(int index)The list of dropped calls.ClientStatsPerTokenOrBuilderClientStats. getCallsFinishedWithDropOrBuilder(int index)The list of dropped calls.ClientStatsPerTokenOrBuilderClientStatsOrBuilder. 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.
-