Uses of Interface
io.grpc.lb.v1.ClientStatsOrBuilder
-
Packages that use ClientStatsOrBuilder Package Description io.grpc.lb.v1 -
-
Uses of ClientStatsOrBuilder in io.grpc.lb.v1
Classes in io.grpc.lb.v1 that implement ClientStatsOrBuilder Modifier and Type Class Description class
ClientStats
Contains client level statistics that are useful to load balancing.static class
ClientStats.Builder
Contains client level statistics that are useful to load balancing.Methods in io.grpc.lb.v1 that return ClientStatsOrBuilder Modifier and Type Method Description ClientStatsOrBuilder
LoadBalanceRequest.Builder. getClientStatsOrBuilder()
The client stats should be periodically reported to the load balancer based on the duration defined in the InitialLoadBalanceResponse.ClientStatsOrBuilder
LoadBalanceRequest. getClientStatsOrBuilder()
The client stats should be periodically reported to the load balancer based on the duration defined in the InitialLoadBalanceResponse.ClientStatsOrBuilder
LoadBalanceRequestOrBuilder. getClientStatsOrBuilder()
The client stats should be periodically reported to the load balancer based on the duration defined in the InitialLoadBalanceResponse.
-