Uses of Class
io.grpc.lb.v1.ClientStats.Builder
Packages that use ClientStats.Builder
-
Uses of ClientStats.Builder in io.grpc.lb.v1
Fields in io.grpc.lb.v1 with type parameters of type ClientStats.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder<ClientStats, ClientStats.Builder, ClientStatsOrBuilder> LoadBalanceRequest.Builder.clientStatsBuilder_Methods in io.grpc.lb.v1 that return ClientStats.BuilderModifier and TypeMethodDescriptionClientStats.Builder.addAllCallsFinishedWithDrop(Iterable<? extends ClientStatsPerToken> values) The list of dropped calls.ClientStats.Builder.addCallsFinishedWithDrop(int index, ClientStatsPerToken value) The list of dropped calls.ClientStats.Builder.addCallsFinishedWithDrop(int index, ClientStatsPerToken.Builder builderForValue) The list of dropped calls.ClientStats.Builder.addCallsFinishedWithDrop(ClientStatsPerToken value) The list of dropped calls.ClientStats.Builder.addCallsFinishedWithDrop(ClientStatsPerToken.Builder builderForValue) The list of dropped calls.ClientStats.Builder.clear()ClientStats.Builder.clearCallsFinishedWithDrop()The list of dropped calls.ClientStats.Builder.clearNumCallsFinished()The total number of RPCs that finished.ClientStats.Builder.clearNumCallsFinishedKnownReceived()The total number of RPCs that finished and are known to have been received by a server.ClientStats.Builder.clearNumCallsFinishedWithClientFailedToSend()The total number of RPCs that failed to reach a server except dropped RPCs.ClientStats.Builder.clearNumCallsStarted()The total number of RPCs that started.ClientStats.Builder.clearTimestamp()The timestamp of generating the report.LoadBalanceRequest.Builder.getClientStatsBuilder()The client stats should be periodically reported to the load balancer based on the duration defined in the InitialLoadBalanceResponse.ClientStats.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ClientStats.Builder.mergeFrom(com.google.protobuf.Message other) ClientStats.Builder.mergeFrom(ClientStats other) ClientStats.Builder.mergeTimestamp(com.google.protobuf.Timestamp value) The timestamp of generating the report.static ClientStats.BuilderClientStats.newBuilder()static ClientStats.BuilderClientStats.newBuilder(ClientStats prototype) ClientStats.newBuilderForType()protected ClientStats.BuilderClientStats.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) ClientStats.Builder.removeCallsFinishedWithDrop(int index) The list of dropped calls.ClientStats.Builder.setCallsFinishedWithDrop(int index, ClientStatsPerToken value) The list of dropped calls.ClientStats.Builder.setCallsFinishedWithDrop(int index, ClientStatsPerToken.Builder builderForValue) The list of dropped calls.ClientStats.Builder.setNumCallsFinished(long value) The total number of RPCs that finished.ClientStats.Builder.setNumCallsFinishedKnownReceived(long value) The total number of RPCs that finished and are known to have been received by a server.ClientStats.Builder.setNumCallsFinishedWithClientFailedToSend(long value) The total number of RPCs that failed to reach a server except dropped RPCs.ClientStats.Builder.setNumCallsStarted(long value) The total number of RPCs that started.ClientStats.Builder.setTimestamp(com.google.protobuf.Timestamp value) The timestamp of generating the report.ClientStats.Builder.setTimestamp(com.google.protobuf.Timestamp.Builder builderForValue) The timestamp of generating the report.ClientStats.toBuilder()Methods in io.grpc.lb.v1 that return types with arguments of type ClientStats.BuilderModifier and TypeMethodDescriptionprivate 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.Methods in io.grpc.lb.v1 with parameters of type ClientStats.BuilderModifier and TypeMethodDescriptionLoadBalanceRequest.Builder.setClientStats(ClientStats.Builder builderForValue) The client stats should be periodically reported to the load balancer based on the duration defined in the InitialLoadBalanceResponse.