Uses of Interface
io.grpc.lb.v1.ClientStatsPerTokenOrBuilder
Packages that use ClientStatsPerTokenOrBuilder
-
Uses of ClientStatsPerTokenOrBuilder in io.grpc.lb.v1
Classes in io.grpc.lb.v1 that implement ClientStatsPerTokenOrBuilderModifier and TypeClassDescriptionfinal class
Contains the number of calls finished for a particular load balance token.static final class
Contains the number of calls finished for a particular load balance token.Fields in io.grpc.lb.v1 with type parameters of type ClientStatsPerTokenOrBuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.RepeatedFieldBuilder
<ClientStatsPerToken, ClientStatsPerToken.Builder, ClientStatsPerTokenOrBuilder> ClientStats.Builder.callsFinishedWithDropBuilder_
Methods in io.grpc.lb.v1 that return ClientStatsPerTokenOrBuilderModifier and TypeMethodDescriptionClientStats.Builder.getCallsFinishedWithDropOrBuilder
(int index) The list of dropped calls.ClientStats.getCallsFinishedWithDropOrBuilder
(int index) The list of dropped calls.ClientStatsOrBuilder.getCallsFinishedWithDropOrBuilder
(int index) The list of dropped calls.Methods in io.grpc.lb.v1 that return types with arguments of type ClientStatsPerTokenOrBuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.RepeatedFieldBuilder
<ClientStatsPerToken, ClientStatsPerToken.Builder, ClientStatsPerTokenOrBuilder> ClientStats.Builder.getCallsFinishedWithDropFieldBuilder()
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.