Uses of Class
io.grpc.lb.v1.ClientStats
Packages that use ClientStats
-
Uses of ClientStats in io.grpc.grpclb
Methods in io.grpc.grpclb that return ClientStatsModifier and TypeMethodDescription(package private) ClientStats
GrpclbClientLoadRecorder.generateLoadReport()
Generate the report with the data recorded this LB stream since the last report. -
Uses of ClientStats in io.grpc.lb.v1
Fields in io.grpc.lb.v1 declared as ClientStatsFields in io.grpc.lb.v1 with type parameters of type ClientStatsModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<ClientStats, ClientStats.Builder, ClientStatsOrBuilder> LoadBalanceRequest.Builder.clientStatsBuilder_
private static final com.google.protobuf.Parser
<ClientStats> ClientStats.PARSER
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 ClientStats
ClientStats.getDefaultInstance()
ClientStats.Builder.getDefaultInstanceForType()
ClientStats.getDefaultInstanceForType()
static ClientStats
ClientStats.parseDelimitedFrom
(InputStream input) static ClientStats
ClientStats.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ClientStats
ClientStats.parseFrom
(byte[] data) static ClientStats
ClientStats.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ClientStats
ClientStats.parseFrom
(com.google.protobuf.ByteString data) static ClientStats
ClientStats.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ClientStats
ClientStats.parseFrom
(com.google.protobuf.CodedInputStream input) static ClientStats
ClientStats.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ClientStats
ClientStats.parseFrom
(InputStream input) static ClientStats
ClientStats.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ClientStats
ClientStats.parseFrom
(ByteBuffer data) static ClientStats
ClientStats.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()
private com.google.protobuf.SingleFieldBuilder
<ClientStats, ClientStats.Builder, ClientStatsOrBuilder> LoadBalanceRequest.Builder.internalGetClientStatsFieldBuilder()
The client stats should be periodically reported to the load balancer based on the duration defined in the InitialLoadBalanceResponse.static com.google.protobuf.Parser
<ClientStats> ClientStats.parser()
Methods in io.grpc.lb.v1 with parameters of type ClientStatsModifier and TypeMethodDescriptionprivate void
ClientStats.Builder.buildPartial0
(ClientStats result) private void
ClientStats.Builder.buildPartialRepeatedFields
(ClientStats result) LoadBalanceRequest.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.Builder
ClientStats.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.