Uses of Class
io.grpc.lb.v1.ClientStats
Packages that use ClientStats
-
Uses of ClientStats in io.grpc.lb.v1
Methods in io.grpc.lb.v1 that return ClientStatsModifier and TypeMethodDescriptionClientStats.Builder.build()ClientStats.Builder.buildPartial()LoadBalanceRequest.Builder.getClientStats()The client stats should be periodically reported to the load balancer based on the duration defined in the InitialLoadBalanceResponse.LoadBalanceRequest.getClientStats()The client stats should be periodically reported to the load balancer based on the duration defined in the InitialLoadBalanceResponse.LoadBalanceRequestOrBuilder.getClientStats()The client stats should be periodically reported to the load balancer based on the duration defined in the InitialLoadBalanceResponse.static ClientStatsClientStats.getDefaultInstance()ClientStats.Builder.getDefaultInstanceForType()ClientStats.getDefaultInstanceForType()static ClientStatsClientStats.parseDelimitedFrom(InputStream input) static ClientStatsClientStats.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ClientStatsClientStats.parseFrom(byte[] data) static ClientStatsClientStats.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ClientStatsClientStats.parseFrom(com.google.protobuf.ByteString data) static ClientStatsClientStats.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ClientStatsClientStats.parseFrom(com.google.protobuf.CodedInputStream input) static ClientStatsClientStats.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ClientStatsClientStats.parseFrom(InputStream input) static ClientStatsClientStats.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ClientStatsClientStats.parseFrom(ByteBuffer data) static ClientStatsClientStats.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.grpc.lb.v1 that return types with arguments of type ClientStatsModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ClientStats> ClientStats.getParserForType()static com.google.protobuf.Parser<ClientStats> ClientStats.parser()Methods in io.grpc.lb.v1 with parameters of type ClientStatsModifier and TypeMethodDescriptionLoadBalanceRequest.Builder.mergeClientStats(ClientStats value) The client stats should be periodically reported to the load balancer based on the duration defined in the InitialLoadBalanceResponse.ClientStats.Builder.mergeFrom(ClientStats other) static ClientStats.BuilderClientStats.newBuilder(ClientStats prototype) LoadBalanceRequest.Builder.setClientStats(ClientStats value) The client stats should be periodically reported to the load balancer based on the duration defined in the InitialLoadBalanceResponse.