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) ClientStatsGrpclbClientLoadRecorder.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.PARSERMethods 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()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 voidClientStats.Builder.buildPartial0(ClientStats result) private voidClientStats.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.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.